Passed
Push — master ( 505a98...965270 )
by Vladimir
07:00
created
src/Check/rabbitmq/QueueSize/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
                 ->arrayNode('check')
43 43
                     ->beforeNormalization()
44 44
                         ->ifString()
45
-                        ->then(static function ($v) { return ['dsn' => $v]; })
45
+                        ->then(static function($v) { return ['dsn' => $v]; })
46 46
                     ->end()
47 47
                     ->children()
48 48
                         ->scalarNode('host')->defaultValue('localhost')->end()
Please login to merge, or discard this patch.
src/Check/rabbitmq/QueueConsumer/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
                 ->arrayNode('check')
43 43
                     ->beforeNormalization()
44 44
                         ->ifString()
45
-                        ->then(static function ($v) { return ['dsn' => $v]; })
45
+                        ->then(static function($v) { return ['dsn' => $v]; })
46 46
                     ->end()
47 47
                     ->children()
48 48
                         ->scalarNode('host')->defaultValue('localhost')->end()
Please login to merge, or discard this patch.
src/Check/rabbitmq/RabbitMQ/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
                 ->arrayNode('check')
43 43
                     ->beforeNormalization()
44 44
                         ->ifString()
45
-                        ->then(static function ($v) { return ['dsn' => $v]; })
45
+                        ->then(static function($v) { return ['dsn' => $v]; })
46 46
                     ->end()
47 47
                     ->children()
48 48
                         ->scalarNode('host')->defaultValue('localhost')->end()
Please login to merge, or discard this patch.