@@ -22,6 +22,7 @@ |
||
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 | { |
@@ -46,8 +46,8 @@ |
||
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 | */ |