diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 39587bb2..0d31a290 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -229,10 +229,13 @@ class ServerInotify extends Process } /** + * @param $code + * @param $message + * @param $file + * @param $line */ - protected function onErrorHandler() + protected function onErrorHandler($code, $message, $file, $line) { - [$code, $message, $file, $line, $args] = func_get_args(); $this->application->debug('Error:' . $message); $this->application->debug($file . ':' . $line); }