@@ -268,7 +268,7 @@ |
||
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) |
@@ -68,7 +68,7 @@ discard block |
||
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 |
||
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) |
@@ -101,7 +101,7 @@ |
||
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) |
@@ -1442,7 +1442,7 @@ |
||
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 = '.') |