Code style fixes

This commit is contained in:
Alexander Makarov
2017-11-01 02:43:02 +03:00
parent e0884323d3
commit fb23b0d0ea
49 changed files with 223 additions and 149 deletions

View File

@@ -723,7 +723,7 @@ class Module extends ServiceLocator
if (!isset($this->module)) {
return parent::get($id, $throwException);
}
$component = parent::get($id, false);
if ($component === null) {
$component = $this->module->get($id, $throwException);