@@ -48,7 +48,7 @@ |
||
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() |