Completed
Push — develop ( def468...bd7545 )
by Franck
7s
created
src/PhpPresentation/PresentationProperties.php 1 patch
Doc Comments   +5 added lines, -6 removed lines patch added patch discarded remove patch
@@ -104,7 +104,6 @@  discard block
 block discarded – undo
104 104
     
105 105
     /**
106 106
      * Define the path for the thumbnail file / preview picture
107
-     * @param string $value
108 107
      * @return \PhpOffice\PhpPresentation\PresentationProperties
109 108
      */
110 109
     public function setThumbnailPath($path = '')
@@ -118,7 +117,7 @@  discard block
 block discarded – undo
118 117
     /**
119 118
      * Mark a document as final
120 119
      * @param bool $state
121
-     * @return PhpPresentation
120
+     * @return PresentationProperties
122 121
      */
123 122
     public function markAsFinal($state = true)
124 123
     {
@@ -139,8 +138,8 @@  discard block
 block discarded – undo
139 138
 
140 139
     /**
141 140
      * Set the zoom of the document (in percentage)
142
-     * @param float $zoom
143
-     * @return PhpPresentation
141
+     * @param integer $zoom
142
+     * @return PresentationProperties
144 143
      */
145 144
     public function setZoom($zoom = 1)
146 145
     {
@@ -172,7 +171,7 @@  discard block
 block discarded – undo
172 171
     }
173 172
 
174 173
     /**
175
-     * @return string
174
+     * @return boolean
176 175
      */
177 176
     public function getLastView()
178 177
     {
@@ -192,7 +191,7 @@  discard block
 block discarded – undo
192 191
     }
193 192
 
194 193
     /**
195
-     * @return string
194
+     * @return boolean
196 195
      */
197 196
     public function isCommentVisible()
198 197
     {
Please login to merge, or discard this patch.