Completed
Push — master ( 83baf5...2a3256 )
by Andrii
13:19
created
src/base/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 
120 120
         foreach (['params', 'aliases', 'modules', 'components'] as $key) {
121 121
             if (isset($config[$key])) {
122
-                $this->{'setExtra' . ucfirst($key)}($config[$key]);
122
+                $this->{'setExtra'.ucfirst($key)}($config[$key]);
123 123
             }
124 124
         }
125 125
 
Please login to merge, or discard this patch.