@@ -51,7 +51,7 @@ |
||
51 | 51 | ->always() |
52 | 52 | // here we force casting `float` to `string` to avoid TypeError when working with Redis |
53 | 53 | // see for more details: https://github.com/phpredis/phpredis/issues/1538 |
54 | - ->then(function ($v) { return (string) $v; }) |
|
54 | + ->then(function($v) { return (string) $v; }) |
|
55 | 55 | ->end() |
56 | 56 | ->end() |
57 | 57 | ->booleanNode('persistent_connections')->end() |