Completed
Pull Request — develop (#15)
by Denis
07:40
created
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
                                 ->always()
49 49
                                 // here we force casting `float` to `string` to avoid TypeError when working with Redis
50 50
                                 // see for more details: https://github.com/phpredis/phpredis/issues/1538
51
-                                ->then(function ($v) { return (string) $v; } )
51
+                                ->then(function($v) { return (string) $v; } )
52 52
                             ->end()
53 53
                         ->end()
54 54
                         ->booleanNode('persistent_connections')->end()
Please login to merge, or discard this patch.