aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textformatter/s9e/parser.php')
-rw-r--r--phpBB/phpbb/textformatter/s9e/parser.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/parser.php b/phpBB/phpbb/textformatter/s9e/parser.php
index f3e437b163..2f4a03d4c2 100644
--- a/phpBB/phpbb/textformatter/s9e/parser.php
+++ b/phpBB/phpbb/textformatter/s9e/parser.php
@@ -34,11 +34,10 @@ class parser implements \phpbb\textformatter\parser_interface
/**
* Constructor
*
- * @param \phpbb\cache\driver_interface $cache
- * @param string $key Cache key
- * @param \phpbb\user $user
- * @param factory $factory
- * @return null
+ * @param \phpbb\cache\driver_interface $cache
+ * @param string $key Cache key
+ * @param \phpbb\user $user
+ * @param factory $factory
*/
public function __construct(\phpbb\cache\driver\driver_interface $cache, $key, \phpbb\user $user, factory $factory)
{
@@ -194,7 +193,7 @@ class parser implements \phpbb\textformatter\parser_interface
/**
* Return the instance of s9e\TextFormatter\Parser used by this object
*
- * @return s9e\TextFormatter\Parser
+ * @return \s9e\TextFormatter\Parser
*/
public function get_parser()
{