1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12557] Fix doc block errors found by Sami pt1

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-19 03:07:32 +03:00
parent 8ac8c9ec61
commit ffcf45abf3
8 changed files with 22 additions and 19 deletions

View File

@@ -38,9 +38,9 @@ class datetime extends \DateTime
* Constructs a new instance of \phpbb\datetime, expanded to include an argument to inject
* the user context and modify the timezone to the users selected timezone if one is not set.
*
* @param user $user object for context.
* @param string $time String in a format accepted by strtotime().
* @param \DateTimeZone $timezone Time zone of the time.
* @param user $user object for context.
*/
public function __construct($user, $time = 'now', \DateTimeZone $timezone = null)
{