You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \InvalidArgumentException(sprintf('The service "%s" tagged "console.command" must be public.', $id));
33
-
}
34
-
35
32
if ($definition->isAbstract()) {
36
33
thrownew \InvalidArgumentException(sprintf('The service "%s" tagged "console.command" must not be abstract.', $id));
37
34
}
@@ -40,9 +37,10 @@ public function process(ContainerBuilder $container)
40
37
if (!is_subclass_of($class, 'Symfony\\Component\\Console\\Command\\Command')) {
41
38
thrownew \InvalidArgumentException(sprintf('The service "%s" tagged "console.command" must be a subclass of "Symfony\\Component\\Console\\Command\\Command".', $id));
0 commit comments