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.
2 parents 05e2f1b + 13a1c9f commit 0c7593bCopy full SHA for 0c7593b
src/PhpWord/Element/AbstractContainer.php
@@ -212,7 +212,7 @@ private function checkValidity($method)
212
'Title' => array('Section'),
213
'TOC' => array('Section'),
214
'PageBreak' => array('Section'),
215
- 'Chart' => array('Section'),
+ 'Chart' => array('Section', 'Cell'),
216
);
217
218
// Special condition, e.g. preservetext can only exists in cell when
0 commit comments