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