mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 17:48:15 +08:00
Few quick fixes to make IDE happy
This commit is contained in:
@ -568,7 +568,7 @@ class Component extends BaseObject
|
||||
}
|
||||
if ($removed) {
|
||||
$this->_events[$name] = array_values($this->_events[$name]);
|
||||
return $removed;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user