Skip to content

Commit 8ecbf0d

Browse files
committed
Fix cs
1 parent 3f29f28 commit 8ecbf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Events/Events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static function initialize()
8484
$files = service('locator')->search('Config/Events.php');
8585
}
8686

87-
$files = array_filter(array_map(static function (string $file): string|false {
87+
$files = array_filter(array_map(static function (string $file): false|string {
8888
if (is_file($file)) {
8989
return realpath($file) ?: $file;
9090
}

0 commit comments

Comments
 (0)