mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15699] Fix docblocks
PHPBB3-15699
This commit is contained in:
parent
0c71ff5eab
commit
9f641963d6
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ class acp_storage
|
|||
/** @var \phpbb\db_text $config_text */
|
||||
protected $config_text;
|
||||
|
||||
/** @var \db\driver\driver_interface $db */
|
||||
/** @var \phpbb\db\driver\driver_interface $db */
|
||||
protected $db;
|
||||
|
||||
/** @var \log\log_interface $log */
|
||||
/** @var \phpbb\log\log_interface $log */
|
||||
protected $log;
|
||||
|
||||
/** @var \phpbb\path_helper $path_helper */
|
||||
|
|
Loading…
Add table
Reference in a new issue