diff options
| author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-06 10:21:15 +0100 |
|---|---|---|
| committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:03 +0200 |
| commit | 8411db62576a73beb921d58953bb5b767d4ee079 (patch) | |
| tree | 4149b9f4b151f82f967b904b86894c0c4d234097 /phpBB/phpbb/textformatter/data_access.php | |
| parent | ec77ff7838e317deb5facacfae31402af08a9902 (diff) | |
| download | forums-8411db62576a73beb921d58953bb5b767d4ee079.tar forums-8411db62576a73beb921d58953bb5b767d4ee079.tar.gz forums-8411db62576a73beb921d58953bb5b767d4ee079.tar.bz2 forums-8411db62576a73beb921d58953bb5b767d4ee079.tar.xz forums-8411db62576a73beb921d58953bb5b767d4ee079.zip | |
[ticket/11768] Renamed interfaces
PHPBB3-11768
Diffstat (limited to 'phpBB/phpbb/textformatter/data_access.php')
| -rw-r--r-- | phpBB/phpbb/textformatter/data_access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/data_access.php b/phpBB/phpbb/textformatter/data_access.php index bc33791e15..2dfba27960 100644 --- a/phpBB/phpbb/textformatter/data_access.php +++ b/phpBB/phpbb/textformatter/data_access.php @@ -27,7 +27,7 @@ class data_access protected $bbcodes_table; /** - * @var \phpbb_db_driver + * @var \phpbb_db_driver_interface */ protected $db; |
