1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13801] Updated comments for clarity

PHPBB3-13801
This commit is contained in:
JoshyPHP
2015-05-08 14:51:46 +02:00
parent deadc06652
commit 7b552152b4
3 changed files with 4 additions and 2 deletions

View File

@@ -82,7 +82,8 @@ interface parser_interface
/**
* Get the list of errors that were generated during last parsing
*
* @return array
* @return array[] Array of arrays. Each array contains a lang string at index 0 plus any number
* of optional parameters
*/
public function get_errors();