Completed
Pull Request — develop (#230)
by Franck
07:05
created
src/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,11 +3,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/LayoutPack/AbstractLayoutPack.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -190,7 +190,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.