Completed
Pull Request — develop (#207)
by Franck
24:36 queued 20:39
created
src/PhpPresentation/Writer/ODPresentation/Content.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
      * Write picture
320 320
      *
321 321
      * @param \PhpOffice\Common\XMLWriter $objWriter
322
-     * @param \PhpOffice\PhpPresentation\Shape\AbstractDrawing $shape
322
+     * @param ShapeDrawing\AbstractDrawingAdapter $shape
323 323
      */
324 324
     public function writeShapeDrawing(XMLWriter $objWriter, ShapeDrawing\AbstractDrawingAdapter $shape)
325 325
     {
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,6 @@
 block discarded – undo
18 18
 namespace PhpOffice\PhpPresentation\Writer\PowerPoint2007;
19 19
 
20 20
 use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
21
-use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing;
22
-use PhpOffice\Common\File;
23 21
 use PhpOffice\Common\XMLWriter;
24 22
 use PhpOffice\PhpPresentation\Writer\PowerPoint2007;
25 23
 
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/PptSlides.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use PhpOffice\Common\Drawing as CommonDrawing;
6 6
 use PhpOffice\Common\Text;
7 7
 use PhpOffice\Common\XMLWriter;
8
-use PhpOffice\PhpPresentation\Shape\AbstractDrawing;
9 8
 use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
10 9
 use PhpOffice\PhpPresentation\Shape\Comment;
11 10
 use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing;
Please login to merge, or discard this patch.