Completed
Pull Request — develop (#435)
by Franck
09:07
created
src/PhpPresentation/Shape/GenericShape.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -22,6 +22,7 @@
 block discarded – undo
22 22
      * @param int $toX
23 23
      * @param int $toY
24 24
      * @param int $rotation which takes the rotation for ellipse
25
+     * @param string $shape
25 26
      */
26 27
     public function __construct($fromX, $fromY, $toX, $toY, $rotation, $shape)
27 28
     {
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
 {
47 47
     /**
48 48
      * @param AbstractSlideAlias $pSlideMaster
49
-     * @param $objWriter
50
-     * @param $relId
49
+     * @param XMLWriter $objWriter
50
+     * @param integer $relId
51 51
      * @return mixed
52 52
      * @throws \Exception
53 53
      */
Please login to merge, or discard this patch.