Passed
Push — master ( 1825c7...bd792e )
by
unknown
13:44 queued 15s
created
src/PhpSpreadsheet/Calculation/LookupRef/Hstack.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @return mixed[]|string
14 14
      */
15
-    public static function hstack(mixed ...$inputData): array|string
15
+    public static function hstack(mixed ...$inputData): array | string
16 16
     {
17 17
         $maxRow = 0;
18 18
         foreach ($inputData as $matrix) {
Please login to merge, or discard this patch.
src/PhpSpreadsheet/Calculation/LookupRef/Vstack.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      *
12 12
      * @return mixed[]
13 13
      */
14
-    public static function vstack(mixed ...$inputData): array|string
14
+    public static function vstack(mixed ...$inputData): array | string
15 15
     {
16 16
         $returnMatrix = [];
17 17
 
Please login to merge, or discard this patch.