Merge pull request #356 from GMTA/develop
Set the right method name for addShape() for AbstractContainer
This commit is contained in:
commit
fdbd983d14
|
|
@ -41,7 +41,7 @@ namespace PhpOffice\PhpWord\Element;
|
||||||
* @method TextBox addTextBox(mixed $style = null)
|
* @method TextBox addTextBox(mixed $style = null)
|
||||||
* @method Field addField(string $type = null, array $properties = array(), array $options = array())
|
* @method Field addField(string $type = null, array $properties = array(), array $options = array())
|
||||||
* @method Line addLine(mixed $lineStyle = null)
|
* @method Line addLine(mixed $lineStyle = null)
|
||||||
* @method Shape addObject(string $type, mixed $style = null)
|
* @method Shape addShape(string $type, mixed $style = null)
|
||||||
* @method Chart addChart(string $type, array $categories, array $values, array $style = null)
|
* @method Chart addChart(string $type, array $categories, array $values, array $style = null)
|
||||||
* @method FormField addFormField(string $type, mixed $fStyle = null, mixed $pStyle = null)
|
* @method FormField addFormField(string $type, mixed $fStyle = null, mixed $pStyle = null)
|
||||||
* @method SDT addSDT(string $type)
|
* @method SDT addSDT(string $type)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue