src/ErrorHandler/ErrorHandler.php
Method errorFactory
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function errorFactory(self $handler, $errType, $errMsg, $file, $line, $vars = array())
Method handleError
has 5 arguments (exceeds 4 allowed). Consider refactoring. Wontfix
Wontfix
public function handleError($errType, $errMsg, $file, $line, $vars = array())