diff options
author | n-aleha <nick_aleha@myway.com> | 2014-05-19 03:07:32 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-03 07:03:08 +0300 |
commit | ffcf45abf32fc1343fe1d4edfd15828782ab4832 (patch) | |
tree | ecefe9bfef284ef9da23e519658c9acfabde8a15 /phpBB/phpbb/datetime.php | |
parent | 8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb (diff) | |
download | forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.tar forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.tar.gz forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.tar.bz2 forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.tar.xz forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.zip |
[ticket/12557] Fix doc block errors found by Sami pt1
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/datetime.php')
-rw-r--r-- | phpBB/phpbb/datetime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/datetime.php b/phpBB/phpbb/datetime.php index 9c9292a8e4..e674707883 100644 --- a/phpBB/phpbb/datetime.php +++ b/phpBB/phpbb/datetime.php @@ -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) { |