diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 13:37:28 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 19:14:42 +0200 |
commit | df041c108684ec05c2bd7edf2a9de684bdf48af5 (patch) | |
tree | 760abc92528284562f6dc653fa14487d6f944ba8 /phpBB/phpbb/feed/helper.php | |
parent | 047b709c4706ea7514eff1124569702693a6acf6 (diff) | |
download | forums-df041c108684ec05c2bd7edf2a9de684bdf48af5.tar forums-df041c108684ec05c2bd7edf2a9de684bdf48af5.tar.gz forums-df041c108684ec05c2bd7edf2a9de684bdf48af5.tar.bz2 forums-df041c108684ec05c2bd7edf2a9de684bdf48af5.tar.xz forums-df041c108684ec05c2bd7edf2a9de684bdf48af5.zip |
[ticket/12715] Cleanup comments in \phpbb\feed\*
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/feed/helper.php')
-rw-r--r-- | phpBB/phpbb/feed/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/feed/helper.php b/phpBB/phpbb/feed/helper.php index ed78f4893e..9741b752af 100644 --- a/phpBB/phpbb/feed/helper.php +++ b/phpBB/phpbb/feed/helper.php @@ -36,7 +36,7 @@ class helper * @param \phpbb\config\config $config Config object * @param \phpbb\user $user User object * @param string $phpbb_root_path Root path - * @return null + * @param string $phpEx PHP extension */ public function __construct(\phpbb\config\config $config, \phpbb\user $user, $phpbb_root_path, $phpEx) { |