Skip to content

Commit b23a423

Browse files
bnomeigithub-actions[bot]
authored andcommitted
Fix styling
1 parent fc7462d commit b23a423

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)