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 0a73bfd commit b3982ebCopy full SHA for b3982eb
src/PhpWord/Element/AbstractContainer.php
@@ -31,7 +31,7 @@
31
* @method Footnote addFootnote(mixed $pStyle = null)
32
* @method Endnote addEndnote(mixed $pStyle = null)
33
* @method CheckBox addCheckBox(string $name, $text, mixed $fStyle = null, mixed $pStyle = null)
34
- * @method Title addTitle(string $text, int $depth = 1)
+ * @method Title addTitle(mixed $text, int $depth = 1)
35
* @method TOC addTOC(mixed $fontStyle = null, mixed $tocStyle = null, int $minDepth = 1, int $maxDepth = 9)
36
* @method PageBreak addPageBreak()
37
* @method Table addTable(mixed $style = null)
0 commit comments