1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11015] Change more docblocks.

PHPBB3-11015
This commit is contained in:
Oleg Pudeyev
2012-12-04 04:29:31 -05:00
parent e765ccd075
commit 3687febdac
10 changed files with 18 additions and 18 deletions

View File

@@ -66,8 +66,8 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
protected $config;
/**
* DBAL object
* @var dbal
* Database connection
* @var phpbb_db_driver
*/
protected $db;