We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f29f28 commit 8ecbf0dCopy full SHA for 8ecbf0d
system/Events/Events.php
@@ -84,7 +84,7 @@ public static function initialize()
84
$files = service('locator')->search('Config/Events.php');
85
}
86
87
- $files = array_filter(array_map(static function (string $file): string|false {
+ $files = array_filter(array_map(static function (string $file): false|string {
88
if (is_file($file)) {
89
return realpath($file) ?: $file;
90
0 commit comments