@@ -3,11 +3,7 @@ |
||
3 | 3 | |
4 | 4 | use PhpOffice\Common\Drawing as CommonDrawing; |
5 | 5 | use PhpOffice\Common\XMLWriter; |
6 | -use PhpOffice\PhpPresentation\Shape\AbstractDrawing; |
|
7 | -use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart; |
|
8 | -use PhpOffice\PhpPresentation\Shape\Comment; |
|
9 | 6 | use PhpOffice\PhpPresentation\Shape\RichText; |
10 | -use PhpOffice\PhpPresentation\Shape\Table as ShapeTable; |
|
11 | 7 | use PhpOffice\PhpPresentation\Slide; |
12 | 8 | use PhpOffice\PhpPresentation\Slide\SlideMaster; |
13 | 9 | use PhpOffice\PhpPresentation\Style\SchemeColor; |
@@ -190,7 +190,6 @@ discard block |
||
190 | 190 | * Find specific slide layout id. |
191 | 191 | * |
192 | 192 | * @param string $name |
193 | - * @param int $masterId |
|
194 | 193 | * @return int |
195 | 194 | * @throws \Exception |
196 | 195 | */ |
@@ -209,7 +208,6 @@ discard block |
||
209 | 208 | * Find specific slide layout name. |
210 | 209 | * |
211 | 210 | * @param int $idLayout |
212 | - * @param int $masterId |
|
213 | 211 | * @return int |
214 | 212 | * @throws \Exception |
215 | 213 | */ |