Completed
Push — master ( 0f3db4...6e7c4d )
by Guillaume
16:16
created
DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,8 +110,8 @@
 block discarded – undo
110 110
                 ->scalarNode('timeout')->defaultNull()->end()
111 111
                 ->scalarNode('database')->defaultNull()->end()
112 112
                 ->arrayNode('options')
113
-                  ->useAttributeAsKey('name')
114
-                  ->prototype('scalar')->end()
113
+                    ->useAttributeAsKey('name')
114
+                    ->prototype('scalar')->end()
115 115
                 ->end()
116 116
             ->end()
117 117
         ;
Please login to merge, or discard this patch.