This commit is contained in:
cloud 2022-04-15 04:39:55 +08:00
parent 331447dcdd
commit 7789a79c2e
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class Base
* @param $dir * @param $dir
* @return void * @return void
*/ */
protected function scandir($dir) protected function scandir($dir) : void
{ {
$dirFiles = scandir($dir); $dirFiles = scandir($dir);
$oldDir = $dir . DIRECTORY_SEPARATOR; $oldDir = $dir . DIRECTORY_SEPARATOR;