@@ -51,7 +51,7 @@ |
||
51 | 51 | return (string) $value; |
52 | 52 | } |
53 | 53 | |
54 | - protected static function parseValue(string $value): float|int |
|
54 | + protected static function parseValue(string $value): float | int |
|
55 | 55 | { |
56 | 56 | if (!\is_numeric($value)) { |
57 | 57 | throw new \InvalidArgumentException( |