Completed
Pull Request — develop (#183)
by Franck
06:32
created
src/PhpPresentation/PresentationProperties.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -74,7 +74,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.