@@ -189,7 +189,7 @@ |
||
189 | 189 | return str_replace('""""', '""', $operator . $operand); |
190 | 190 | } |
191 | 191 | |
192 | - private static function operandSpecialHandling(mixed $operand): bool|float|int|string |
|
192 | + private static function operandSpecialHandling(mixed $operand): bool | float | int | string |
|
193 | 193 | { |
194 | 194 | if (is_numeric($operand) || is_bool($operand)) { |
195 | 195 | return $operand; |