aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/data_access.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-03 01:44:48 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:02 +0200
commit6cb3fb614022fe4e56a6651ffad4f476056ae520 (patch)
treec5a5ae9fde6afe9f36e4789412233ffbcda297ba /phpBB/phpbb/textformatter/data_access.php
parent462696aa4787112b67b2ea8febf6a9f40a461baa (diff)
downloadforums-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.php2
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;