Passed
Pull Request — master (#4)
by Jan-Marten
06:24
created
src/DataContainerFilterChain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     {
33 33
         return array_reduce(
34 34
             $this->filters,
35
-            function (
35
+            function(
36 36
                 bool $carry,
37 37
                 DataContainerFilterInterface $filter
38 38
             ) use (
Please login to merge, or discard this patch.