@@ -381,7 +381,7 @@ |
||
381 | 381 | |
382 | 382 | /** |
383 | 383 | * Set the zoom of the document (in percentage) |
384 | - * @param float $zoom |
|
384 | + * @param integer $zoom |
|
385 | 385 | * @return PhpPresentation |
386 | 386 | */ |
387 | 387 | public function setZoom($zoom = 1) |
@@ -455,7 +455,6 @@ |
||
455 | 455 | |
456 | 456 | /** |
457 | 457 | * Read Paragraph Item |
458 | - * @param RichText $oShape |
|
459 | 458 | * @param \DOMElement $oNodeParent |
460 | 459 | */ |
461 | 460 | protected function readParagraphItem(Paragraph $oParagraph, \DOMElement $oNodeParent) |
@@ -425,6 +425,9 @@ |
||
425 | 425 | $this->oPhpPresentation->getActiveSlide()->addShape($oShape); |
426 | 426 | } |
427 | 427 | |
428 | + /** |
|
429 | + * @param string $baseFile |
|
430 | + */ |
|
428 | 431 | protected function loadShapeRichText(XMLReader $document, \DOMElement $node, $baseFile) |
429 | 432 | { |
430 | 433 | // Core |
@@ -293,7 +293,7 @@ discard block |
||
293 | 293 | * |
294 | 294 | * @param \PhpOffice\Common\XMLWriter $objWriter XML Writer |
295 | 295 | * @param boolean $isReference |
296 | - * @param mixed $value |
|
296 | + * @param string $value |
|
297 | 297 | * @param string $reference |
298 | 298 | */ |
299 | 299 | protected function writeSingleValueOrReference($objWriter, $isReference, $value, $reference) |
@@ -1520,7 +1520,7 @@ discard block |
||
1520 | 1520 | /** |
1521 | 1521 | * Write Type Pie |
1522 | 1522 | * |
1523 | - * @param \PhpOffice\PhpPresentation\Shared\XMLWriter $objWriter XML Writer |
|
1523 | + * @param XMLWriter $objWriter XML Writer |
|
1524 | 1524 | * @param \PhpOffice\PhpPresentation\Shape\Chart\Type\Pie $subject |
1525 | 1525 | * @param boolean $includeSheet |
1526 | 1526 | * @throws \Exception |