1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11050] fix docblocks with description before @var

PHPBB3-11050
This commit is contained in:
Dhruv
2012-08-14 23:54:46 +05:30
parent 4172a9d797
commit 3dc42c67d3
3 changed files with 26 additions and 13 deletions

View File

@@ -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;