@@ -233,7 +233,7 @@ |
||
233 | 233 | if ($a && is_object($this->_d[$priority][$i][0]) || !$a && is_object($this->_d[$priority][$i])) { |
234 | 234 | $obj = $a ? $this->_d[$priority][$i][0] : $this->_d[$priority][$i]; |
235 | 235 | if ($obj instanceof WeakReference) { |
236 | - if($obj = $obj->get()) { |
|
236 | + if ($obj = $obj->get()) { |
|
237 | 237 | $this->weakAdd($obj); |
238 | 238 | } else { |
239 | 239 | parent::removeAtIndexInPriority($i, $priority); |