Skip to content

Commit b3982eb

Browse files
committed
fix documentation
1 parent 0a73bfd commit b3982eb

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
@@ -31,7 +31,7 @@
3131
* @method Footnote addFootnote(mixed $pStyle = null)
3232
* @method Endnote addEndnote(mixed $pStyle = null)
3333
* @method CheckBox addCheckBox(string $name, $text, mixed $fStyle = null, mixed $pStyle = null)
34-
* @method Title addTitle(string $text, int $depth = 1)
34+
* @method Title addTitle(mixed $text, int $depth = 1)
3535
* @method TOC addTOC(mixed $fontStyle = null, mixed $tocStyle = null, int $minDepth = 1, int $maxDepth = 9)
3636
* @method PageBreak addPageBreak()
3737
* @method Table addTable(mixed $style = null)

0 commit comments

Comments
 (0)