aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/parser.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/s9e/parser.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/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 4362a7870e..bf0e715ada 100644
--- a/phpBB/phpbb/textformatter/s9e/parser.php
+++ b/phpBB/phpbb/textformatter/s9e/parser.php
@@ -22,12 +22,12 @@ use s9e\TextFormatter\Parser\Logger;
class parser implements \phpbb\textformatter\parser
{
/**
- * @var s9e\TextFormatter\Parser
+ * @var \s9e\TextFormatter\Parser
*/
protected $parser;
/**
- * @var phpbb\user User object, used for translating errors
+ * @var \phpbb\user User object, used for translating errors
*/
protected $user;