Completed
Pull Request — develop (#190)
by Franck
08:16
created
src/PhpPresentation/Shape/Chart/Series.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * Has Data Label NumFormat
194 194
      *
195
-     * @return string
195
+     * @return boolean
196 196
      */
197 197
     public function hasDlblNumFormat()
198 198
     {
@@ -425,7 +425,7 @@  discard block
 block discarded – undo
425 425
      *
426 426
      * @param  \PhpOffice\PhpPresentation\Style\Font               $pFont Font
427 427
      * @throws \Exception
428
-     * @return \PhpOffice\PhpPresentation\Shape\RichText\Paragraph
428
+     * @return Series
429 429
      */
430 430
     public function setFont(Font $pFont = null)
431 431
     {
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/ODPresentation/ObjectsChart.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use PhpOffice\PhpPresentation\Shape\Chart\Type\Bar;
30 30
 use PhpOffice\PhpPresentation\Shape\Chart\Type\Bar3D;
31 31
 use PhpOffice\PhpPresentation\Shape\Chart\Type\Line;
32
-use PhpOffice\PhpPresentation\Shape\Chart\Type\Pie;
33 32
 use PhpOffice\PhpPresentation\Shape\Chart\Type\Pie3D;
34 33
 use PhpOffice\PhpPresentation\Shape\Chart\Type\Scatter;
35 34
 use PhpOffice\PhpPresentation\Style\Fill;
Please login to merge, or discard this patch.