1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/14033] Fix errors in docblocks

PHPBB3-14033
This commit is contained in:
Matt Friedman
2015-07-16 22:52:25 -07:00
parent 01097a24b5
commit af7872473d
4 changed files with 5 additions and 4 deletions

View File

@@ -54,8 +54,8 @@ class user extends \phpbb\session
/**
* Constructor to set the lang path
*
* @param string $datetime_class Class name of datetime class
* @param \phpbb\language\language $lang phpBB's Language loader
* @param \phpbb\language\language $lang phpBB's Language loader
* @param string $datetime_class Class name of datetime class
*/
function __construct(\phpbb\language\language $lang, $datetime_class)
{