@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | { |
48 | 48 | return array_reduce( |
49 | 49 | array_map( |
50 | - function ( |
|
50 | + function( |
|
51 | 51 | array $dependent |
52 | 52 | ) use ($violation): ViolationInterface { |
53 | 53 | /** @var PackageInterface $package */ |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | [] |
71 | 71 | ) |
72 | 72 | ), |
73 | - function (bool $carry, ViolationInterface $violation): bool { |
|
73 | + function(bool $carry, ViolationInterface $violation): bool { |
|
74 | 74 | return $carry || $this->filter->__invoke($violation); |
75 | 75 | }, |
76 | 76 | false |