@@ -32,7 +32,7 @@ |
||
32 | 32 | /** |
33 | 33 | * Write settings.xml to XML format |
34 | 34 | * |
35 | - * @param PHPExcel $pPHPExcel |
|
35 | + * @param \PHPExcel\Spreadsheet $pPHPExcel |
|
36 | 36 | * @return string XML Output |
37 | 37 | * @throws \PHPExcel\Writer\Exception |
38 | 38 | */ |
@@ -32,7 +32,7 @@ |
||
32 | 32 | /** |
33 | 33 | * Write styles.xml to XML format |
34 | 34 | * |
35 | - * @param PHPExcel $pPHPExcel |
|
35 | + * @param \PHPExcel\Spreadsheet $pPHPExcel |
|
36 | 36 | * @return string XML Output |
37 | 37 | * @throws \PHPExcel\Writer\Exception |
38 | 38 | */ |
@@ -32,7 +32,7 @@ |
||
32 | 32 | /** |
33 | 33 | * Write Thumbnails/thumbnail.png to PNG format |
34 | 34 | * |
35 | - * @param PHPExcel $pPHPExcel |
|
35 | + * @param \PHPExcel\Spreadsheet $pPHPExcel |
|
36 | 36 | * @return string XML Output |
37 | 37 | * @throws \PHPExcel\Writer\Exception |
38 | 38 | */ |
@@ -256,7 +256,7 @@ discard block |
||
256 | 256 | * Set Paper Size |
257 | 257 | * |
258 | 258 | * @param string $pValue Paper size |
259 | - * @return PHPExcel_Writer_PDF |
|
259 | + * @return Core |
|
260 | 260 | */ |
261 | 261 | public function setPaperSize($pValue = \PHPExcel\Worksheet\PageSetup::PAPERSIZE_LETTER) |
262 | 262 | { |
@@ -278,7 +278,7 @@ discard block |
||
278 | 278 | * Set Orientation |
279 | 279 | * |
280 | 280 | * @param string $pValue Page orientation |
281 | - * @return PHPExcel_Writer_PDF |
|
281 | + * @return Core |
|
282 | 282 | */ |
283 | 283 | public function setOrientation($pValue = \PHPExcel\Worksheet\PageSetup::ORIENTATION_DEFAULT) |
284 | 284 | { |
@@ -301,7 +301,7 @@ discard block |
||
301 | 301 | * |
302 | 302 | * @param string $pValue Temporary storage directory |
303 | 303 | * @throws \PHPExcel\Writer\Exception when directory does not exist |
304 | - * @return PHPExcel_Writer_PDF |
|
304 | + * @return Core |
|
305 | 305 | */ |
306 | 306 | public function setTempDir($pValue = '') |
307 | 307 | { |