Passed
Pull Request — master (#4390)
by Owen
13:00
created
tests/PhpSpreadsheetTests/Calculation/CustomFunction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class CustomFunction
11 11
 {
12
-    public static function fourthPower(mixed $number): float|int|string
12
+    public static function fourthPower(mixed $number): float | int | string
13 13
     {
14 14
         try {
15 15
             $number = Helpers::validateNumericNullBool($number);
Please login to merge, or discard this patch.