Passed
Push — master ( 994b07...adb745 )
by
unknown
18:11 queued 10:14
created
src/PhpSpreadsheet/Writer/Html.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1052,7 +1052,7 @@  discard block
 block discarded – undo
1052 1052
         return array_merge(
1053 1053
             $conditional ? [] : $this->createCSSStyleAlignment($style->getAlignment()),
1054 1054
             $this->createCSSStyleBorders($style->getBorders()),
1055
-            $this->createCSSStyleFont($style->getFont(), conditional: $conditional),
1055
+            $this->createCSSStyleFont($style->getFont(), conditional : $conditional),
1056 1056
             $this->createCSSStyleFill($style->getFill())
1057 1057
         );
1058 1058
     }
@@ -1440,7 +1440,7 @@  discard block
 block discarded – undo
1440 1440
     }
1441 1441
 
1442 1442
     /** @param string|string[] $cssClass */
1443
-    private function generateRowCellData(Worksheet $worksheet, null|Cell|string $cell, array|string &$cssClass): string
1443
+    private function generateRowCellData(Worksheet $worksheet, null | Cell | string $cell, array | string &$cssClass): string
1444 1444
     {
1445 1445
         $cellData = ' ';
1446 1446
         if ($cell instanceof Cell) {
@@ -1525,7 +1525,7 @@  discard block
 block discarded – undo
1525 1525
         string $cellData,
1526 1526
         int $colSpan,
1527 1527
         int $rowSpan,
1528
-        array|string $cssClass,
1528
+        array | string $cssClass,
1529 1529
         int $colNum,
1530 1530
         int $sheetIndex,
1531 1531
         int $row,
Please login to merge, or discard this patch.