@@ -182,7 +182,7 @@ |
||
182 | 182 | $this->weakAdd($object); |
183 | 183 | } |
184 | 184 | if ($object === null) { |
185 | - $this->_c--; //on read only, parent::removeAt won't remove for scrub. |
|
185 | + $this->_c--; //on read only, parent::removeAt won't remove for scrub. |
|
186 | 186 | if ($i === $this->_c) { |
187 | 187 | array_pop($this->_d); |
188 | 188 | } else { |