@@ -74,7 +74,6 @@ discard block |
||
74 | 74 | |
75 | 75 | /** |
76 | 76 | * Define the path for the thumbnail file / preview picture |
77 | - * @param string $value |
|
78 | 77 | * @return \PhpOffice\PhpPresentation\PresentationProperties |
79 | 78 | */ |
80 | 79 | public function setThumbnailPath($path = '') |
@@ -88,7 +87,7 @@ discard block |
||
88 | 87 | /** |
89 | 88 | * Mark a document as final |
90 | 89 | * @param bool $state |
91 | - * @return PhpPresentation |
|
90 | + * @return PresentationProperties |
|
92 | 91 | */ |
93 | 92 | public function markAsFinal($state = true) |
94 | 93 | { |
@@ -109,8 +108,8 @@ discard block |
||
109 | 108 | |
110 | 109 | /** |
111 | 110 | * Set the zoom of the document (in percentage) |
112 | - * @param float $zoom |
|
113 | - * @return PhpPresentation |
|
111 | + * @param integer $zoom |
|
112 | + * @return PresentationProperties |
|
114 | 113 | */ |
115 | 114 | public function setZoom($zoom = 1) |
116 | 115 | { |