Skip to content

Commit 1b647de

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents ed119bc + b23a423 commit 1b647de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ private function registry(string $type): array
298298

299299
// load blueprints from classes
300300
foreach ($map as $class => $file) {
301-
if (!is_string($class)) {
301+
if (! is_string($class)) {
302302
continue;
303303
}
304304
// if instance of class has static method registerBlueprintExtension

0 commit comments

Comments
 (0)