aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-08-14 23:54:46 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-11-09 15:54:32 +0100
commit3dc42c67d3d0870e47ecf98abfa885262bcf962d (patch)
treec4a40a0616927030773874be761d1c80e88cdf84 /phpBB/includes/search/fulltext_postgres.php
parent4172a9d797a707ba728f3d21e8241e74e882c5af (diff)
downloadforums-3dc42c67d3d0870e47ecf98abfa885262bcf962d.tar
forums-3dc42c67d3d0870e47ecf98abfa885262bcf962d.tar.gz
forums-3dc42c67d3d0870e47ecf98abfa885262bcf962d.tar.bz2
forums-3dc42c67d3d0870e47ecf98abfa885262bcf962d.tar.xz
forums-3dc42c67d3d0870e47ecf98abfa885262bcf962d.zip
[ticket/11050] fix docblocks with description before @var
PHPBB3-11050
Diffstat (limited to 'phpBB/includes/search/fulltext_postgres.php')
-rw-r--r--phpBB/includes/search/fulltext_postgres.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php
index ab4864bacc..a41307a3a4 100644
--- a/phpBB/includes/search/fulltext_postgres.php
+++ b/phpBB/includes/search/fulltext_postgres.php
@@ -60,17 +60,20 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
protected $phrase_search = false;
/**
- * @var phpbb_config Config class object
+ * Config class object
+ * @var phpbb_config
*/
protected $config;
/**
- * @var dbal DBAL class object
+ * DBAL class object
+ * @var dbal
*/
protected $db;
/**
- * @var user User class object
+ * User class object
+ * @var user
*/
protected $user;