@@ -192,7 +192,7 @@ discard block |
||
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 |
||
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 | { |
@@ -29,7 +29,6 @@ |
||
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; |