Completed
Push — master ( df19aa...aa18f9 )
by Andrii
13:46
created
src/base/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.