We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe531ca commit 9abf447Copy full SHA for 9abf447
src/PhpWord/Element/AbstractContainer.php
@@ -41,7 +41,7 @@
41
* @method Field addField(string $type = null, array $properties = array(), array $options = array(), mixed $text = null)
42
* @method Line addLine(mixed $lineStyle = null)
43
* @method Shape addShape(string $type, mixed $style = null)
44
- * @method Chart addChart(string $type, array $categories, array $values, array $style = null)
+ * @method Chart addChart(string $type, array $categories, array $values, array $style = null, $seriesName = null)
45
* @method FormField addFormField(string $type, mixed $fStyle = null, mixed $pStyle = null)
46
* @method SDT addSDT(string $type)
47
*
0 commit comments