Test Setup Failed
Push — master ( 5652e5...dd55a2 )
by Rudi
49s queued 12s
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.