1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12715] Cleanup comments in \phpbb\feed\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau
2014-06-15 13:37:28 +02:00
parent 047b709c47
commit df041c1086
3 changed files with 20 additions and 14 deletions

View File

@@ -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)
{