diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-12-27 14:58:42 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-12-27 14:58:42 +0100 |
commit | 7cf148ea131c73cc0c08a77e6811a6755658869e (patch) | |
tree | 96f074da33ea2d1ebdd402284d63186a337a8b4b /phpBB/phpbb/search/fulltext_mysql.php | |
parent | 41f287fbeadcf8c8fa53568ee123d9d1fa05829f (diff) | |
download | forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.gz forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.bz2 forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.xz forums-7cf148ea131c73cc0c08a77e6811a6755658869e.zip |
[ticket/16271] Fix invalid docblocks
PHPBB3-16271
Diffstat (limited to 'phpBB/phpbb/search/fulltext_mysql.php')
-rw-r--r-- | phpBB/phpbb/search/fulltext_mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/fulltext_mysql.php b/phpBB/phpbb/search/fulltext_mysql.php index 8bdc31e128..42ac6eaba2 100644 --- a/phpBB/phpbb/search/fulltext_mysql.php +++ b/phpBB/phpbb/search/fulltext_mysql.php @@ -83,7 +83,7 @@ class fulltext_mysql extends \phpbb\search\base * @param string $phpEx PHP file extension * @param \phpbb\auth\auth $auth Auth object * @param \phpbb\config\config $config Config object - * @param \phpbb\db\driver\driver_interface Database object + * @param \phpbb\db\driver\driver_interface $db Database object * @param \phpbb\user $user User object * @param \phpbb\event\dispatcher_interface $phpbb_dispatcher Event dispatcher object */ |