Passed
Pull Request — master (#4240)
by Owen
13:17
created
src/PhpSpreadsheet/Cell/DataValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.