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