@@ -74,7 +74,7 @@ |
||
74 | 74 | return $formula; |
75 | 75 | } |
76 | 76 | |
77 | - private function numericOperator(DataValidation $dataValidation, int|float $cellValue, Cell $cell): bool |
|
77 | + private function numericOperator(DataValidation $dataValidation, int | float $cellValue, Cell $cell): bool |
|
78 | 78 | { |
79 | 79 | $operator = $dataValidation->getOperator(); |
80 | 80 | $formula1 = self::evaluateNumericFormula( |