@@ -85,7 +85,7 @@ |
||
| 85 | 85 | */ |
| 86 | 86 | protected function decreaseCapacity() |
| 87 | 87 | { |
| 88 | - $this->setSize(max(self::MIN_CAPACITY, $this->getSize() * $this->getDecayFactor())); |
|
| 88 | + $this->setSize(max(self::MIN_CAPACITY, $this->getSize() * $this->getDecayFactor())); |
|
| 89 | 89 | } |
| 90 | 90 | |
| 91 | 91 | /** |