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.