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

[ticket/11768] Renamed interfaces

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-06 10:21:15 +01:00
parent ec77ff7838
commit 8411db6257
8 changed files with 129 additions and 137 deletions

View File

@@ -27,7 +27,7 @@ class data_access
protected $bbcodes_table;
/**
* @var \phpbb_db_driver
* @var \phpbb_db_driver_interface
*/
protected $db;