Failed Conditions
Push — master ( 8e3417...f52ae2 )
by
unknown
18:26 queued 07:14
created
src/PhpSpreadsheet/Writer/Html.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1406,7 +1406,7 @@  discard block
 block discarded – undo
1406 1406
         }
1407 1407
     }
1408 1408
 
1409
-    private function generateRowCellData(Worksheet $worksheet, null|Cell|string $cell, array|string &$cssClass): string
1409
+    private function generateRowCellData(Worksheet $worksheet, null | Cell | string $cell, array | string &$cssClass): string
1410 1410
     {
1411 1411
         $cellData = ' ';
1412 1412
         if ($cell instanceof Cell) {
@@ -1487,7 +1487,7 @@  discard block
 block discarded – undo
1487 1487
         string $cellData,
1488 1488
         int $colSpan,
1489 1489
         int $rowSpan,
1490
-        array|string $cssClass,
1490
+        array | string $cssClass,
1491 1491
         int $colNum,
1492 1492
         int $sheetIndex,
1493 1493
         int $row,
Please login to merge, or discard this patch.