aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-08-19 12:07:06 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-11-09 15:54:37 +0100
commitb7dae379d53a81a1197e703aced19a6206985054 (patch)
treebc1e5090c2fc681c2701f5800c35758e6ee21901 /phpBB/includes/search/fulltext_postgres.php
parent1ded6d94ac3ce2035f41cb0d32137e5a0deb7c8c (diff)
downloadforums-b7dae379d53a81a1197e703aced19a6206985054.tar
forums-b7dae379d53a81a1197e703aced19a6206985054.tar.gz
forums-b7dae379d53a81a1197e703aced19a6206985054.tar.bz2
forums-b7dae379d53a81a1197e703aced19a6206985054.tar.xz
forums-b7dae379d53a81a1197e703aced19a6206985054.zip
[ticket/11050] remove class word from docblocks
PHPBB3-11050
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;