@@ -88,7 +88,7 @@ |
||
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 | /** |