[ticket/11768] Updated renderer annotation

PHPBB3-11768
This commit is contained in:
JoshyPHP 2015-03-03 00:54:37 +01:00
parent 694e515f7c
commit 3d9596be79

View file

@ -18,7 +18,7 @@ abstract class renderer
/** /**
* Render given text * 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 * @return string
*/ */
abstract public function render($text); abstract public function render($text);