Completed
Push — develop ( 685e29...09d456 )
by Adrien
14:14
created
src/PhpSpreadsheet/Style/Font.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@
 block discarded – undo
268 268
     /**
269 269
      * Set Size
270 270
      *
271
-     * @param float $pValue
271
+     * @param integer $pValue
272 272
      * @return Font
273 273
      */
274 274
     public function setSize($pValue = 10)
Please login to merge, or discard this patch.
src/PhpSpreadsheet/Worksheet/ColumnDimension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     /**
69 69
      * Get ColumnIndex
70 70
      *
71
-     * @return string
71
+     * @return integer
72 72
      */
73 73
     public function getColumnIndex()
74 74
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * Set Width
103 103
      *
104
-     * @param float $pValue
104
+     * @param integer $pValue
105 105
      * @return ColumnDimension
106 106
      */
107 107
     public function setWidth($pValue = -1)
Please login to merge, or discard this patch.
src/PhpSpreadsheet/Worksheet/RowDimension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     /**
102 102
      * Set Row Height
103 103
      *
104
-     * @param float $pValue
104
+     * @param integer $pValue
105 105
      * @return RowDimension
106 106
      */
107 107
     public function setRowHeight($pValue = -1)
Please login to merge, or discard this patch.
src/PhpSpreadsheet/Writer/HTML.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1442,7 +1442,7 @@
 block discarded – undo
1442 1442
     /**
1443 1443
      * Set embed images
1444 1444
      *
1445
-     * @param bool $pValue
1445
+     * @param string|boolean $pValue
1446 1446
      * @return Spreadsheet_Writer_HTML
1447 1447
      */
1448 1448
     public function setEmbedImages($pValue = '.')
Please login to merge, or discard this patch.