aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/search/fulltext_mysql.php')
-rw-r--r--phpBB/includes/search/fulltext_mysql.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php
index 25d9d47dc6..608392fc15 100644
--- a/phpBB/includes/search/fulltext_mysql.php
+++ b/phpBB/includes/search/fulltext_mysql.php
@@ -35,19 +35,19 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
protected $split_words = array();
/**
- * Config class object
+ * Config object
* @var phpbb_config
*/
protected $config;
/**
- * DBAL class object
+ * DBAL object
* @var dbal
*/
protected $db;
/**
- * User class object
+ * User object
* @var phpbb_user
*/
protected $user;