mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11050] remove class word from docblocks
PHPBB3-11050
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user