Skip to content

Commit fdbd983

Browse files
Roman SyroeshkoRoman Syroeshko
authored andcommitted
Merge pull request #356 from GMTA/develop
Set the right method name for addShape() for AbstractContainer
2 parents 5811aac + 9b3b1aa commit fdbd983

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 TextBox addTextBox(mixed $style = null)
4242
* @method Field addField(string $type = null, array $properties = array(), array $options = array())
4343
* @method Line addLine(mixed $lineStyle = null)
44-
* @method Shape addObject(string $type, mixed $style = null)
44+
* @method Shape addShape(string $type, mixed $style = null)
4545
* @method Chart addChart(string $type, array $categories, array $values, array $style = null)
4646
* @method FormField addFormField(string $type, mixed $fStyle = null, mixed $pStyle = null)
4747
* @method SDT addSDT(string $type)

0 commit comments

Comments
 (0)