Passed
Pull Request — master (#1)
by Koldo
02:20
created
src/YamlConfigProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
             ));
78 78
         }
79 79
 
80
-        $reader = new Yaml(static function ($config) {
80
+        $reader = new Yaml(static function($config) {
81 81
             return YamlParser::parse($config);
82 82
         });
83 83
 
Please login to merge, or discard this patch.