1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +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

@@ -34,7 +34,7 @@ class apache extends \phpbb\auth\provider\base
* @param \phpbb\request\request $request Request object
* @param \phpbb\user $user User object
* @param string $phpbb_root_path Relative path to phpBB root
* @param string $php_ext PHP extension (php)
* @param string $php_ext PHP file extension
*/
public function __construct(\phpbb\db\driver\driver_interface $db, \phpbb\config\config $config, \phpbb\passwords\manager $passwords_manager, \phpbb\request\request $request, \phpbb\user $user, $phpbb_root_path, $php_ext)
{