@@ -116,7 +116,7 @@ |
||
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 |