Completed
Push — master ( 7eea62...298caf )
by Rudi
15s queued 11s
created
src/Traits/Capacity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
     {
119 119
         $this->capacity = max(
120 120
             self::MIN_CAPACITY,
121
-            $this->capacity()  * $this->getDecayFactor()
121
+            $this->capacity() * $this->getDecayFactor()
122 122
         );
123 123
     }
124 124
 
Please login to merge, or discard this patch.