Skip to content

Commit 9abf447

Browse files
authored
Update Wrong definition
1 parent fe531ca commit 9abf447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Element/AbstractContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @method Field addField(string $type = null, array $properties = array(), array $options = array(), mixed $text = null)
4242
* @method Line addLine(mixed $lineStyle = null)
4343
* @method Shape addShape(string $type, mixed $style = null)
44-
* @method Chart addChart(string $type, array $categories, array $values, array $style = null)
44+
* @method Chart addChart(string $type, array $categories, array $values, array $style = null, $seriesName = null)
4545
* @method FormField addFormField(string $type, mixed $fStyle = null, mixed $pStyle = null)
4646
* @method SDT addSDT(string $type)
4747
*

0 commit comments

Comments
 (0)