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