@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | |
| 65 | 65 | public static function readExtraVendor($dir) |
| 66 | 66 | { |
| 67 | - return static::readExtraConfig($dir . '/hiqdev/hidev-config.php'); |
|
| 67 | + return static::readExtraConfig($dir.'/hiqdev/hidev-config.php'); |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | public static function readExtraConfig($path) |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | |
| 97 | 97 | foreach (['params', 'aliases', 'modules', 'components'] as $key) { |
| 98 | 98 | if (isset($config[$key])) { |
| 99 | - $this->{'setExtra' . ucfirst($key)}($config[$key]); |
|
| 99 | + $this->{'setExtra'.ucfirst($key)}($config[$key]); |
|
| 100 | 100 | } |
| 101 | 101 | } |
| 102 | 102 | } |