Passed
Push — master ( faeaf9...ac3cac )
by Caen
03:42 queued 13s
created
packages/framework/src/Foundation/Internal/LoadYamlConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         $this->yaml = $app->make(YamlConfigurationRepository::class);
34 34
 
35 35
         if ($this->yaml->hasYamlConfigFile()) {
36
-            tap($app->make('config'), function (Repository $config): void {
36
+            tap($app->make('config'), function(Repository $config): void {
37 37
                 $this->config = $config->all();
38 38
                 $this->mergeParsedConfiguration();
39 39
             })->set($this->config);
Please login to merge, or discard this patch.