Completed
Push — master ( 0b604a...0586b5 )
by Andrii
04:48
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/config/hidev.php');
73
+        return static::readExtraConfig($dir.'/hiqdev/config/hidev.php');
74 74
     }
75 75
 
76 76
     public static function readExtraConfig($path)
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 
106 106
         foreach (['params', 'aliases', 'modules', 'components'] as $key) {
107 107
             if (isset($config[$key])) {
108
-                $this->{'setExtra' . ucfirst($key)}($config[$key]);
108
+                $this->{'setExtra'.ucfirst($key)}($config[$key]);
109 109
             }
110 110
         }
111 111
 
Please login to merge, or discard this patch.