mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/13801] Updated comments for clarity
PHPBB3-13801
This commit is contained in:
@@ -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();
|
||||
|
||||
|
@@ -186,7 +186,7 @@ class parser implements \phpbb\textformatter\parser_interface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* This will translate the log entries found in s9e\TextFormatter's logger into phpBB error
|
||||
* This will convert the log entries found in s9e\TextFormatter's logger into phpBB error
|
||||
* messages
|
||||
*/
|
||||
public function get_errors()
|
||||
|
Reference in New Issue
Block a user