@@ -90,7 +90,7 @@ |
||
90 | 90 | */ |
91 | 91 | protected function decreaseCapacity() |
92 | 92 | { |
93 | - $this->capacity = max(self::MIN_CAPACITY, $this->capacity * $this->getDecayFactor()); |
|
93 | + $this->capacity = max(self::MIN_CAPACITY, $this->capacity * $this->getDecayFactor()); |
|
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |