Merge pull request #44 from dokufreaks/bot/autofix

🤖 Automatic code style fixes
This commit is contained in:
Andreas Gohr
2024-04-03 14:29:26 +02:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ class Crawler
$path = $root . $local; $path = $root . $local;
// do not descent into wiki or data directories // do not descent into wiki or data directories
if(Path::isWikiControlled($path)) return []; if (Path::isWikiControlled($path)) return [];
if (($dir = opendir($path)) === false) return []; if (($dir = opendir($path)) === false) return [];
$result = []; $result = [];