Skip to content

Commit 2396367

Browse files
committed
add parameter type declarations to private methods
1 parent 82d6bc9 commit 2396367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/ValidateWorkflowsPass.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function process(ContainerBuilder $container)
5151
}
5252
}
5353

54-
private function createValidator($tag)
54+
private function createValidator(array $tag)
5555
{
5656
if ('state_machine' === $tag['type']) {
5757
return new StateMachineValidator();

0 commit comments

Comments
 (0)