@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | { |
51 | 51 | return array_reduce( |
52 | 52 | array_map( |
53 | - function ( |
|
53 | + function( |
|
54 | 54 | array $dependent |
55 | 55 | ) use ($violation): ViolationInterface { |
56 | 56 | /** @var PackageInterface $package */ |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | }, |
70 | 70 | $this->getDependencies($violation->getPackage()->getName()) |
71 | 71 | ), |
72 | - function (bool $carry, ViolationInterface $violation): bool { |
|
72 | + function(bool $carry, ViolationInterface $violation): bool { |
|
73 | 73 | return $carry || $this->filter->__invoke($violation); |
74 | 74 | }, |
75 | 75 | false |