Passed
Push — 1.x ( 87d4cb...2bb1c3 )
by Ulises Jeremias
02:13
created
Mbh/Collection/Traits/Capacity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      */
86 86
     protected function decreaseCapacity()
87 87
     {
88
-        $this->setSize(max(self::MIN_CAPACITY, $this->getSize()  * $this->getDecayFactor()));
88
+        $this->setSize(max(self::MIN_CAPACITY, $this->getSize() * $this->getDecayFactor()));
89 89
     }
90 90
 
91 91
     /**
Please login to merge, or discard this patch.