Passed
Push — 1.x ( 52a2d2...558ce0 )
by Ulises Jeremias
02:27
created
Mbh/Collection/Traits/Capacity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      */
91 91
     protected function decreaseCapacity()
92 92
     {
93
-        $this->capacity = max(self::MIN_CAPACITY, $this->capacity  * $this->getDecayFactor());
93
+        $this->capacity = max(self::MIN_CAPACITY, $this->capacity * $this->getDecayFactor());
94 94
     }
95 95
 
96 96
     /**
Please login to merge, or discard this patch.