@@ -212,7 +212,7 @@ |
||
| 212 | 212 | return \is_numeric($value); |
| 213 | 213 | } |
| 214 | 214 | |
| 215 | - private static function processNumericValue(string $value): float|int |
|
| 215 | + private static function processNumericValue(string $value): float | int |
|
| 216 | 216 | { |
| 217 | 217 | if (\str_contains($value, '.') || \stripos($value, 'e') !== false) { |
| 218 | 218 | return (float) $value; |