Skip to content

Commit 7250b15

Browse files
committed
Title can be added in Cell
1 parent 56720df commit 7250b15

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
@@ -209,7 +209,7 @@ private function checkValidity($method)
209209
'Footnote' => array('Section', 'TextRun', 'Cell'),
210210
'Endnote' => array('Section', 'TextRun', 'Cell'),
211211
'PreserveText' => array('Section', 'Header', 'Footer', 'Cell'),
212-
'Title' => array('Section'),
212+
'Title' => array('Section', 'Cell'),
213213
'TOC' => array('Section'),
214214
'PageBreak' => array('Section'),
215215
'Chart' => array('Section', 'Cell'),

0 commit comments

Comments
 (0)