aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/search/fulltext_postgres.php')
-rw-r--r--phpBB/includes/search/fulltext_postgres.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php
index cba281777f..414b75f0f1 100644
--- a/phpBB/includes/search/fulltext_postgres.php
+++ b/phpBB/includes/search/fulltext_postgres.php
@@ -60,19 +60,19 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
protected $phrase_search = false;
/**
- * 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;