Completed
Pull Request — develop (#565)
by
unknown
07:15
created
src/PhpPresentation/Writer/ODPresentation/Styles.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -312,7 +312,7 @@
 block discarded – undo
312 312
      * Write the background image style
313 313
      * @param XMLWriter $objWriter
314 314
      * @param Image $oBkgImage
315
-     * @param $numSlide
315
+     * @param integer $numSlide
316 316
      */
317 317
     protected function writeBackgroundStyle(XMLWriter $objWriter, Image $oBkgImage, $numSlide)
318 318
     {
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      * @param AbstractSlideAlias $pSlideMaster
49 49
      * @param XMLWriter $objWriter
50 50
      * @param int $relId
51
-     * @return mixed
51
+     * @return integer
52 52
      * @throws \Exception
53 53
      */
54 54
     protected function writeDrawingRelations(AbstractSlideAlias $pSlideMaster, XMLWriter $objWriter, $relId)
Please login to merge, or discard this patch.