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