@@ -224,7 +224,7 @@ |
||
224 | 224 | /** |
225 | 225 | * Process a numeric value. |
226 | 226 | */ |
227 | - private static function processNumericValue(string $value): float|int |
|
227 | + private static function processNumericValue(string $value): float | int |
|
228 | 228 | { |
229 | 229 | // Convert to int or float as appropriate |
230 | 230 | if (\str_contains($value, '.') || \stripos($value, 'e') !== false) { |