Completed
Push — master ( 89f899...621fd3 )
by Andrii
12:26
created
src/base/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.