Completed
Push — develop ( ee07eb...86946f )
by Franck
11s
created
src/PhpPresentation/Writer/ODPresentation/Content.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
      * Write picture
320 320
      *
321 321
      * @param \PhpOffice\Common\XMLWriter $objWriter
322
-     * @param \PhpOffice\PhpPresentation\Shape\AbstractDrawing $shape
322
+     * @param ShapeDrawing\AbstractDrawingAdapter $shape
323 323
      */
324 324
     public function writeShapeDrawing(XMLWriter $objWriter, ShapeDrawing\AbstractDrawingAdapter $shape)
325 325
     {
Please login to merge, or discard this patch.
src/PhpPresentation/PresentationProperties.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * Mark a document as final
120 120
      * @param bool $state
121
-     * @return PhpPresentation
121
+     * @return PresentationProperties
122 122
      */
123 123
     public function markAsFinal($state = true)
124 124
     {
@@ -139,8 +139,8 @@  discard block
 block discarded – undo
139 139
 
140 140
     /**
141 141
      * Set the zoom of the document (in percentage)
142
-     * @param float $zoom
143
-     * @return PhpPresentation
142
+     * @param integer $zoom
143
+     * @return PresentationProperties
144 144
      */
145 145
     public function setZoom($zoom = 1)
146 146
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @return string
195
+     * @return boolean
196 196
      */
197 197
     public function isCommentVisible()
198 198
     {
Please login to merge, or discard this patch.