diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-03 01:44:48 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:02 +0200 |
commit | 6cb3fb614022fe4e56a6651ffad4f476056ae520 (patch) | |
tree | c5a5ae9fde6afe9f36e4789412233ffbcda297ba /phpBB/phpbb/textformatter/data_access.php | |
parent | 462696aa4787112b67b2ea8febf6a9f40a461baa (diff) | |
download | forums-6cb3fb614022fe4e56a6651ffad4f476056ae520.tar forums-6cb3fb614022fe4e56a6651ffad4f476056ae520.tar.gz forums-6cb3fb614022fe4e56a6651ffad4f476056ae520.tar.bz2 forums-6cb3fb614022fe4e56a6651ffad4f476056ae520.tar.xz forums-6cb3fb614022fe4e56a6651ffad4f476056ae520.zip |
[ticket/11768] Replaced FQNs in annotations
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 008e1fd5c0..bc33791e15 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 */ protected $db; |