Completed
Pull Request — develop (#147)
by
unknown
20:54
created
src/PhpSpreadsheet/Writer/Html.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1182,7 +1182,7 @@
 block discarded – undo
1182 1182
      * @param Worksheet $pSheet \PhpOffice\PhpSpreadsheet\Worksheet
1183 1183
      * @param array $pValues Array containing cells in a row
1184 1184
      * @param int $pRow Row number (0-based)
1185
-     * @param mixed $cellType eg: 'td'
1185
+     * @param string $cellType eg: 'td'
1186 1186
      *
1187 1187
      * @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
1188 1188
      *
Please login to merge, or discard this patch.
src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -1072,7 +1072,6 @@
 block discarded – undo
1072 1072
      * @param XMLWriter $objWriter XML Writer
1073 1073
      * @param PhpspreadsheetWorksheet $pSheet Worksheet
1074 1074
      * @param Cell $pCellAddress Cell Address
1075
-     * @param string[] $pStringTable String table
1076 1075
      * @param string[] $pFlippedStringTable String table (flipped), for faster index searching
1077 1076
      *
1078 1077
      * @throws WriterException
Please login to merge, or discard this patch.