From 9516baef9260685acee6d356b167940c1fd122ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 17 Dec 2020 14:10:56 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 5ab17dd5..2c12073b 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -80,10 +80,10 @@ class ServerInotify extends Process /** * @param $path * @param bool $isReload - * @return mixed + * @return void * @throws Exception */ - private function loadByDir($path, $isReload = false): mixed + private function loadByDir($path, $isReload = false): void { $path = rtrim($path, '/'); foreach (glob(realpath($path) . '/*') as $value) {