@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | |
71 | 71 | public static function readExtraVendor($dir) |
72 | 72 | { |
73 | - return static::readExtraConfig($dir . '/hiqdev/composer-config-plugin-output/hidev.php'); |
|
73 | + return static::readExtraConfig($dir.'/hiqdev/composer-config-plugin-output/hidev.php'); |
|
74 | 74 | } |
75 | 75 | |
76 | 76 | public static function readExtraConfig($path) |
@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | |
107 | 107 | foreach (['params', 'aliases', 'modules', 'components'] as $key) { |
108 | 108 | if (isset($config[$key])) { |
109 | - $this->{'setExtra' . ucfirst($key)}($config[$key]); |
|
109 | + $this->{'setExtra'.ucfirst($key)}($config[$key]); |
|
110 | 110 | } |
111 | 111 | } |
112 | 112 |