Passed
Pull Request — master (#37)
by BENOIT
10:25
created
Category
src/IterableObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         if ($this->iterable instanceof Traversable) {
43 43
             $filter = $filter ??
44 44
                 /** @param mixed $value */
45
-                static function ($value): bool {
45
+                static function($value): bool {
46 46
                     return (bool) $value;
47 47
                 };
48 48
 
Please login to merge, or discard this patch.