[ticket/10620] Updated docblock

PHPBB3-10620
This commit is contained in:
JoshyPHP 2015-06-20 17:18:46 +02:00
parent f02cc27014
commit c934b8f150

View file

@ -32,7 +32,10 @@ interface utils_interface
* Create a quote block for given text * Create a quote block for given text
* *
* Possible attributes: * Possible attributes:
* - author * - author: author's name (usually a username)
* - post_id: post_id of the post being quoted
* - user_id: user_id of the user being quoted
* - time: timestamp of the original message
* *
* @param string $text Quote's text * @param string $text Quote's text
* @param array $attributes Quote's attributes * @param array $attributes Quote's attributes