Few quick fixes to make IDE happy

This commit is contained in:
Bizley
2020-12-22 16:44:15 +01:00
committed by GitHub
parent 8824ee7eed
commit cffb129605
3 changed files with 3 additions and 3 deletions

View File

@ -568,7 +568,7 @@ class Component extends BaseObject
}
if ($removed) {
$this->_events[$name] = array_values($this->_events[$name]);
return $removed;
return true;
}
}