Passed
Push — master ( bd792e...df3a06 )
by
unknown
15:51 queued 08:04
created
src/PhpSpreadsheet/Calculation/LookupRef/TorowTocol.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
      *
14 14
      * @return mixed[]|string
15 15
      */
16
-    public static function tocol(mixed $array, mixed $ignore = 0, mixed $byColumn = false): array|string
16
+    public static function tocol(mixed $array, mixed $ignore = 0, mixed $byColumn = false): array | string
17 17
     {
18 18
         $result = self::torow($array, $ignore, $byColumn);
19 19
         if (is_array($result)) {
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
      *
29 29
      * @return mixed[]|string
30 30
      */
31
-    public static function torow(mixed $array, mixed $ignore = 0, mixed $byColumn = false): array|string
31
+    public static function torow(mixed $array, mixed $ignore = 0, mixed $byColumn = false): array | string
32 32
     {
33 33
         if (!is_numeric($ignore)) {
34 34
             return ExcelError::VALUE();
Please login to merge, or discard this patch.