Passed
Pull Request — master (#4427)
by Owen
14:44
created
src/PhpSpreadsheet/Calculation/Functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.