1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/12557] Fix php file description

PHPBB3-12557
This commit is contained in:
n-aleha
2014-08-07 13:19:49 +03:00
parent 9133b913ec
commit 8006746780
20 changed files with 26 additions and 26 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
* @param string $phpEx PHP extension
* @param string $phpEx PHP file extension
*/
public function __construct(\phpbb\config\config $config, \phpbb\user $user, $phpbb_root_path, $phpEx)
{