Passed
Pull Request — master (#24)
by Igor
02:46
created
src/WS/Utils/Collections/ParallelStream.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
                 throw new RuntimeException('Only scalar value can be as result of sort extractor');
148 148
             }
149 149
             $values[] = $value;
150
-            $map[$value . ''][] = $item;
150
+            $map[$value.''][] = $item;
151 151
         }
152 152
 
153 153
         sort($values);
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
     {
324 324
         $newCollection = $this->emptyList();
325 325
         $this->walk(
326
-            static function ($el) use ($newCollection) {
326
+            static function($el) use ($newCollection) {
327 327
                 $newCollection->add($el);
328 328
             },
329 329
             $size
Please login to merge, or discard this patch.