Passed
Pull Request — master (#4204)
by
unknown
10:49
created
src/PhpSpreadsheet/Writer/Html.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
   /**
61 61
    * Sheet index to write.
62 62
    */
63
-  private null| int | array $sheetIndex = 0;
63
+  private null | int | array $sheetIndex = 0;
64 64
 
65 65
   /**
66 66
    * Images root.
@@ -1369,7 +1369,7 @@  discard block
 block discarded – undo
1369 1369
     }
1370 1370
   }
1371 1371
 
1372
-  private function generateRowCellData(Worksheet $worksheet, null|Cell|string $cell, array|string &$cssClass): string
1372
+  private function generateRowCellData(Worksheet $worksheet, null | Cell | string $cell, array | string &$cssClass): string
1373 1373
   {
1374 1374
     $cellData = ' ';
1375 1375
     if ($cell instanceof Cell) {
@@ -1439,7 +1439,7 @@  discard block
 block discarded – undo
1439 1439
     string $cellData,
1440 1440
     int $colSpan,
1441 1441
     int $rowSpan,
1442
-    array|string $cssClass,
1442
+    array | string $cssClass,
1443 1443
     int $colNum,
1444 1444
     int $sheetIndex,
1445 1445
     int $row
Please login to merge, or discard this patch.