Test Failed
Push — master ( 66bd2c...1b2cdf )
by Webnet
05:04
created
src/DependencyInjection/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,10 +31,10 @@
 block discarded – undo
31 31
 
32 32
         $treeBuilder->getRootNode()
33 33
             ->beforeNormalization()
34
-                ->ifTrue(static function ($v) {
34
+                ->ifTrue(static function($v) {
35 35
                     return is_array($v) && !array_key_exists('connections', $v);
36 36
                 })
37
-                ->then(static function ($v) {
37
+                ->then(static function($v) {
38 38
                     $connection = [];
39 39
                     foreach ($v as $key => $value) {
40 40
                         $connection[$key] = $v[$key];
Please login to merge, or discard this patch.