@@ -16,7 +16,7 @@ |
||
| 16 | 16 | { |
| 17 | 17 | public function getConvertClosure(?string $from = null, string $to = Strings::ENCODING): Closure |
| 18 | 18 | { |
| 19 | - return function ($value) use ($from, $to) { |
|
| 19 | + return function($value) use ($from, $to) { |
|
| 20 | 20 | return is_string($value) ? Strings::convert($value, $from, $to) : $value; |
| 21 | 21 | }; |
| 22 | 22 | } |