Completed
Push — develop ( b0621f...027792 )
by Adrien
16:16
created
src/PhpSpreadsheet/Writer/HTML.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     /**
133 133
      * Create a new HTML
134 134
      *
135
-     * @param    Spreadsheet    $spreadsheet
135
+     * @param    \PhpSpreadsheet\Spreadsheet    $spreadsheet
136 136
      */
137 137
     public function __construct(Spreadsheet $spreadsheet)
138 138
     {
@@ -1440,7 +1440,7 @@  discard block
 block discarded – undo
1440 1440
     /**
1441 1441
      * Set embed images
1442 1442
      *
1443
-     * @param bool $pValue
1443
+     * @param string|boolean $pValue
1444 1444
      * @return HTML
1445 1445
      */
1446 1446
     public function setEmbedImages($pValue = '.')
Please login to merge, or discard this patch.