diff options
author | Nicofuma <github@nicofuma.fr> | 2015-05-20 00:02:41 +0200 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2015-05-20 00:02:41 +0200 |
commit | 15bec2377069e600cc043659a0a250970c9abb40 (patch) | |
tree | 522c33222d46a807c07f7a4dfc8d629743b08aec /phpBB/phpbb/textformatter/parser_interface.php | |
parent | 9ccc7f4d656ef333475fa0a39dfe4eda897573ca (diff) | |
parent | 5772e06b1aace1d5fbef263217e71ad10347364d (diff) | |
download | forums-15bec2377069e600cc043659a0a250970c9abb40.tar forums-15bec2377069e600cc043659a0a250970c9abb40.tar.gz forums-15bec2377069e600cc043659a0a250970c9abb40.tar.bz2 forums-15bec2377069e600cc043659a0a250970c9abb40.tar.xz forums-15bec2377069e600cc043659a0a250970c9abb40.zip |
Merge pull request #3578 from s9e/ticket/13801
[ticket/13801] Remove user dependency from text_formatter.s9e.parser
Diffstat (limited to 'phpBB/phpbb/textformatter/parser_interface.php')
-rw-r--r-- | phpBB/phpbb/textformatter/parser_interface.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/parser_interface.php b/phpBB/phpbb/textformatter/parser_interface.php index 3cb9f8e977..ad611fb5b4 100644 --- a/phpBB/phpbb/textformatter/parser_interface.php +++ b/phpBB/phpbb/textformatter/parser_interface.php @@ -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(); |