mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-13 06:34:08 +03:00
Fix comments for AbstractProcessor::processFunction method
This commit is contained in:
parent
18e9cf7039
commit
3f36afc285
@ -413,8 +413,8 @@ abstract class AbstractProcessor
|
||||
*
|
||||
* @param array $function 'Function' array. See Mibew API for details
|
||||
* @param \Mibew\API\ExecutionContext &$context Execution context
|
||||
* @return boolean lase if function returns errorCode and errorCode differs
|
||||
* from 0.
|
||||
* @return boolean False if function returns errorCode and errorCode isn't 0
|
||||
* and true otherwise.
|
||||
*/
|
||||
protected function processFunction($function, \Mibew\API\ExecutionContext &$context)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user