Passed
Push — master ( 4557c8...7d07bb )
by Rudi
02:52 queued 46s
created
src/Traits/Capacity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
      */
89 89
     protected function decreaseCapacity()
90 90
     {
91
-        $this->capacity = max(self::MIN_CAPACITY, $this->capacity  * $this->getDecayFactor());
91
+        $this->capacity = max(self::MIN_CAPACITY, $this->capacity * $this->getDecayFactor());
92 92
     }
93 93
 
94 94
     /**
Please login to merge, or discard this patch.