@@ -52,7 +52,7 @@ |
||
52 | 52 | return $returnValue; |
53 | 53 | } |
54 | 54 | |
55 | - private function numericOperator(DataValidation $dataValidation, int|float $cellValue, Cell $cell): bool |
|
55 | + private function numericOperator(DataValidation $dataValidation, int | float $cellValue, Cell $cell): bool |
|
56 | 56 | { |
57 | 57 | $calculation = null; |
58 | 58 | $operator = $dataValidation->getOperator(); |