From 620de345594cae89eb5712219feff0bc7ac35752 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Dec 2021 17:38:53 +0800 Subject: [PATCH] 1 --- kiri-engine/FileListen/Inotify.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index 7305e6ed..50171de4 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -34,7 +34,10 @@ class Inotify } - public function error() + /** + * @return void + */ + public function error(): void { }