Completed
Pull Request — develop (#583)
by
unknown
17:10
created
src/PhpPresentation/Reader/PowerPoint97.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1312,7 +1312,7 @@  discard block
 block discarded – undo
1312 1312
      * A container record that specifies text related data for a shape.
1313 1313
      * @param string $stream
1314 1314
      * @param integer $pos
1315
-     * @return array
1315
+     * @return integer
1316 1316
      * @link https://msdn.microsoft.com/en-us/library/dd910958(v=office.12).aspx
1317 1317
      */
1318 1318
     private function readRecordOfficeArtClientTextbox($stream, $pos)
@@ -3378,7 +3378,7 @@  discard block
 block discarded – undo
3378 3378
     }
3379 3379
 
3380 3380
     /**
3381
-     * @param $stream
3381
+     * @param string $stream
3382 3382
      * @param int $pos
3383 3383
      * @throws \Exception
3384 3384
      */
Please login to merge, or discard this patch.