Passed
Push — master ( db5775...98efde )
by Maxim
02:20
created
src/WS/Utils/Collections/CollectionFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         if ($times < 0) {
23 23
             throw new RuntimeException('The count of values ($times) must be a positive value');
24 24
         }
25
-        $generator = $generator ?? static function (int $index) {
25
+        $generator = $generator ?? static function(int $index) {
26 26
             return $index;
27 27
         };
28 28
 
Please login to merge, or discard this patch.