aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-03 00:54:37 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:02 +0200
commit3d9596be79cc68bc4caa2263c0bd996606ab3543 (patch)
treedc18491d7ee25a5cdbd40dcd5e22de38dee06075 /phpBB/phpbb/textformatter
parent694e515f7c812a470a9a1890aa49ba6ad59385fb (diff)
downloadforums-3d9596be79cc68bc4caa2263c0bd996606ab3543.tar
forums-3d9596be79cc68bc4caa2263c0bd996606ab3543.tar.gz
forums-3d9596be79cc68bc4caa2263c0bd996606ab3543.tar.bz2
forums-3d9596be79cc68bc4caa2263c0bd996606ab3543.tar.xz
forums-3d9596be79cc68bc4caa2263c0bd996606ab3543.zip
[ticket/11768] Updated renderer annotation
PHPBB3-11768
Diffstat (limited to 'phpBB/phpbb/textformatter')
-rw-r--r--phpBB/phpbb/textformatter/renderer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/renderer.php b/phpBB/phpbb/textformatter/renderer.php
index 808beda0a5..1b0a36715f 100644
--- a/phpBB/phpbb/textformatter/renderer.php
+++ b/phpBB/phpbb/textformatter/renderer.php
@@ -18,7 +18,7 @@ abstract class renderer
/**
* Render given text
*
- * @param string $text Text, as parsed by the text_formatter.parser service
+ * @param string $text Text, as parsed by something that implements \phpbb\textformatter\parser
* @return string
*/
abstract public function render($text);