Passed
Push — 1.x ( 6f1130...d5fcaf )
by Ulises Jeremias
03:44 queued 01:20
created
Mbh/Collection/DoublyLinkedList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -304,7 +304,7 @@
 block discarded – undo
304 304
     {
305 305
         $equal = $f;
306 306
 
307
-        $filter = $this->filter(function ($item) use ($equal, $value) {
307
+        $filter = $this->filter(function($item) use ($equal, $value) {
308 308
             return $equal($item, $value);
309 309
         });
310 310
 
Please login to merge, or discard this patch.