diff options
| author | Dhruv <dhruv.goel92@gmail.com> | 2012-08-19 12:07:06 +0530 |
|---|---|---|
| committer | Dhruv <dhruv.goel92@gmail.com> | 2012-11-09 15:54:37 +0100 |
| commit | b7dae379d53a81a1197e703aced19a6206985054 (patch) | |
| tree | bc1e5090c2fc681c2701f5800c35758e6ee21901 /phpBB/includes/search/fulltext_native.php | |
| parent | 1ded6d94ac3ce2035f41cb0d32137e5a0deb7c8c (diff) | |
| download | forums-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_native.php')
| -rw-r--r-- | phpBB/includes/search/fulltext_native.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 729ec17a75..7c778c890a 100644 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -78,19 +78,19 @@ class phpbb_search_fulltext_native extends phpbb_search_base protected $php_ext; /** - * 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; |
