From 7789a79c2e146e73847795c096beb6a18a1c29b4 Mon Sep 17 00:00:00 2001 From: cloud Date: Fri, 15 Apr 2022 04:39:55 +0800 Subject: [PATCH] 0.2 --- bin/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Base.php b/bin/Base.php index 6843559..44b86aa 100644 --- a/bin/Base.php +++ b/bin/Base.php @@ -117,7 +117,7 @@ class Base * @param $dir * @return void */ - protected function scandir($dir) + protected function scandir($dir) : void { $dirFiles = scandir($dir); $oldDir = $dir . DIRECTORY_SEPARATOR;