Passed
Push — 1.x ( b940fd...56076d )
by Ulises Jeremias
03:27 queued 58s
created
Mbh/Collection/Map.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      */
74 74
     private function delete(int $position)
75 75
     {
76
-        $pair  = $this->pairs->remove($position);
76
+        $pair = $this->pairs->remove($position);
77 77
 
78 78
         $this->checkCapacity();
79 79
         return $pair->value;
Please login to merge, or discard this patch.