aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/renderer.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textformatter/renderer.php')
-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);