mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11768] Updated renderer annotation
PHPBB3-11768
This commit is contained in:
parent
694e515f7c
commit
3d9596be79
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue