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 fc7462d commit b23a423Copy full SHA for b23a423
classes/Autoloader.php
@@ -298,7 +298,7 @@ private function registry(string $type): array
298
299
// load blueprints from classes
300
foreach ($map as $class => $file) {
301
- if (!is_string($class)) {
+ if (! is_string($class)) {
302
continue;
303
}
304
// if instance of class has static method registerBlueprintExtension
0 commit comments