Completed
Pull Request — master (#21)
by Sullivan
07:57
created
src/DependencyInjection/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 
26 26
         $rootNode
27 27
             ->beforeNormalization()
28
-                ->ifTrue(function ($v) { return is_array($v) && !array_key_exists('connections', $v); })
29
-                ->then(function ($v) {
28
+                ->ifTrue(function($v) { return is_array($v) && !array_key_exists('connections', $v); })
29
+                ->then(function($v) {
30 30
                     $excludedKeys = ['default_connection'];
31 31
                     $connection = [];
32 32
                     foreach ($v as $key => $value) {
Please login to merge, or discard this patch.