From 9b3b1aa7a0664ff90232ed1d69a17c326526de6e Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Sun, 31 Aug 2014 00:06:00 +0200 Subject: [PATCH] Set the right method name for addShape() in PHPDoc @method for AbstractContainer. --- src/PhpWord/Element/AbstractContainer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpWord/Element/AbstractContainer.php b/src/PhpWord/Element/AbstractContainer.php index 9b598906..6a26c15f 100644 --- a/src/PhpWord/Element/AbstractContainer.php +++ b/src/PhpWord/Element/AbstractContainer.php @@ -41,7 +41,7 @@ namespace PhpOffice\PhpWord\Element; * @method TextBox addTextBox(mixed $style = null) * @method Field addField(string $type = null, array $properties = array(), array $options = array()) * @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 FormField addFormField(string $type, mixed $fStyle = null, mixed $pStyle = null) * @method SDT addSDT(string $type)