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 4dfd4e4 commit ffa4489Copy full SHA for ffa4489
src/CompilePasses/ValidateServiceDefinitions.php
@@ -42,6 +42,7 @@ public function process(ContainerBuilder $container) : void
42
foreach ($container->getDefinitions() as $serviceId => $definition) {
43
if (array_key_exists($serviceId, self::KNOWN_UNUSED_SERVICES)
44
|| $definition->isAbstract()
45
+ || stripos($serviceId, 'errored') !== false // Bug place here!
46
) {
47
continue;
48
}
0 commit comments