aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/apache.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-20 18:58:42 +0300
committern-aleha <nick_aleha@myway.com>2014-08-03 07:13:20 +0300
commit6ac8d17af66900c87b4524c92e0cc26535ded7b0 (patch)
tree3c84acccf267857e566055cea4d55912c7f4ec75 /phpBB/phpbb/auth/provider/apache.php
parentc355b60c62441d15b5c2ee7044329af784c234f2 (diff)
downloadforums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.tar
forums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.tar.gz
forums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.tar.bz2
forums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.tar.xz
forums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.zip
[ticket/12557] Fix doc block errors found by Sami
More corrections. PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/auth/provider/apache.php')
-rw-r--r--phpBB/phpbb/auth/provider/apache.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/phpbb/auth/provider/apache.php b/phpBB/phpbb/auth/provider/apache.php
index 6bba38065d..4ce9515763 100644
--- a/phpBB/phpbb/auth/provider/apache.php
+++ b/phpBB/phpbb/auth/provider/apache.php
@@ -28,13 +28,13 @@ class apache extends \phpbb\auth\provider\base
/**
* Apache Authentication Constructor
*
- * @param \phpbb\db\driver\driver_interface $db Database object
- * @param \phpbb\config\config $config Config object
+ * @param \phpbb\db\driver\driver_interface $db Database object
+ * @param \phpbb\config\config $config Config object
* @param \phpbb\passwords\manager $passwords_manager Passwords Manager object
- * @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 \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)
*/
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)
{