From a3b24ad443953a0fceccb65f1a13908d618b901a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 7 Sep 2020 13:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Process/ServerInotify.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 95d23e26..e05bc09d 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -197,12 +197,10 @@ class ServerInotify extends Process } /** - * @param $error */ - protected function onErrorHandler($error) + protected function onErrorHandler() { - var_dump($error); - $this->debug($error[1] . ' ' . $error[2] . ':' . $error[3]); + $this->debug(var_export(func_get_args(), true)); }