Passed
Pull Request — master (#34)
by
unknown
05:32 queued 02:27
created
src/Violation/Filter/DependencyFilter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.