mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -57,6 +57,7 @@ class datetime extends \DateTime
|
||||
* @param boolean $force_absolute Force output of a non relative date
|
||||
* @return string Formatted date time
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function format($format = '', $force_absolute = false)
|
||||
{
|
||||
$format = $format ? $format : $this->user->date_format;
|
||||
|
Reference in New Issue
Block a user