Test Setup Failed
Pull Request — master (#7)
by Matthew
14:04
created
DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@
 block discarded – undo
31 31
                 ->end()
32 32
                 ->arrayNode('beanstalkd')
33 33
                     ->children()
34
-                       ->scalarNode('host')->end()
35
-                       ->scalarNode('tube')->end()
34
+                        ->scalarNode('host')->end()
35
+                        ->scalarNode('tube')->end()
36 36
                     ->end()
37 37
                 ->end()
38 38
                 ->arrayNode('rabbit_mq')
Please login to merge, or discard this patch.