aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/parser.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-03 00:58:38 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:02 +0200
commit458cf95b1e0614b8dbecaca36c57f21e8a3a7bb7 (patch)
tree3990bb9cbdbcb2f048c4bda4f85c3a11b00f14a5 /phpBB/phpbb/textformatter/s9e/parser.php
parent825bc45983f961b4d84f5d869dc0cb6111902aa7 (diff)
downloadforums-458cf95b1e0614b8dbecaca36c57f21e8a3a7bb7.tar
forums-458cf95b1e0614b8dbecaca36c57f21e8a3a7bb7.tar.gz
forums-458cf95b1e0614b8dbecaca36c57f21e8a3a7bb7.tar.bz2
forums-458cf95b1e0614b8dbecaca36c57f21e8a3a7bb7.tar.xz
forums-458cf95b1e0614b8dbecaca36c57f21e8a3a7bb7.zip
[ticket/11768] Replaced class names in annotations with their FQN
PHPBB3-11768
Diffstat (limited to 'phpBB/phpbb/textformatter/s9e/parser.php')
-rw-r--r--phpBB/phpbb/textformatter/s9e/parser.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/parser.php b/phpBB/phpbb/textformatter/s9e/parser.php
index de51929994..4362a7870e 100644
--- a/phpBB/phpbb/textformatter/s9e/parser.php
+++ b/phpBB/phpbb/textformatter/s9e/parser.php
@@ -34,9 +34,9 @@ class parser implements \phpbb\textformatter\parser
/**
* Constructor
*
- * @param phpbb\cache\driver_interface $cache
+ * @param \phpbb\cache\driver_interface $cache
* @param string $key Cache key
- * @param phpbb\user $user
+ * @param \phpbb\user $user
* @param factory $factory
* @return null
*/