Completed
Push — master ( 502445...002137 )
by Andrii
17:02
created
src/base/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
         foreach (['params', 'aliases', 'modules', 'components', 'container'] as $key) {
84 84
             if (isset($config[$key])) {
85
-                $this->{'setExtra' . ucfirst($key)}($config[$key]);
85
+                $this->{'setExtra'.ucfirst($key)}($config[$key]);
86 86
             }
87 87
         }
88 88
 
Please login to merge, or discard this patch.