🤖 Automatic code style fixes

This commit is contained in:
splitbrain
2024-04-03 12:26:54 +00:00
committed by github-actions[bot]
parent e82754c523
commit 202f571cbe

View File

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