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