We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d6bc9 commit 2396367Copy full SHA for 2396367
DependencyInjection/ValidateWorkflowsPass.php
@@ -51,7 +51,7 @@ public function process(ContainerBuilder $container)
51
}
52
53
54
- private function createValidator($tag)
+ private function createValidator(array $tag)
55
{
56
if ('state_machine' === $tag['type']) {
57
return new StateMachineValidator();
0 commit comments