Completed
Pull Request — develop (#565)
by
unknown
07:45
created
src/PhpPresentation/Reader/PowerPoint97.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1318,7 +1318,7 @@  discard block
 block discarded – undo
1318 1318
      * A container record that specifies text related data for a shape.
1319 1319
      * @param string $stream
1320 1320
      * @param integer $pos
1321
-     * @return array
1321
+     * @return integer
1322 1322
      * @throws \Exception
1323 1323
      * @link https://msdn.microsoft.com/en-us/library/dd910958(v=office.12).aspx
1324 1324
      */
@@ -3423,7 +3423,7 @@  discard block
 block discarded – undo
3423 3423
     }
3424 3424
 
3425 3425
     /**
3426
-     * @param $stream
3426
+     * @param string $stream
3427 3427
      * @param int $pos
3428 3428
      * @throws \Exception
3429 3429
      */
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/PptCharts.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
      *
289 289
      * @param \PhpOffice\Common\XMLWriter $objWriter XML Writer
290 290
      * @param boolean $isReference
291
-     * @param mixed $value
291
+     * @param string $value
292 292
      * @param string $reference
293 293
      */
294 294
     protected function writeSingleValueOrReference(XMLWriter $objWriter, $isReference, $value, $reference)
Please login to merge, or discard this patch.
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.