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 024fdf9 commit ebf5e21Copy full SHA for ebf5e21
src/PhpWord/Element/AbstractContainer.php
@@ -87,7 +87,7 @@ public function __call($function, $args)
87
'ListItem', 'ListItemRun', 'Table', 'Image', 'Object', 'OLEObject',
88
'Footnote', 'Endnote', 'CheckBox', 'TextBox', 'Field',
89
'Line', 'Shape', 'Title', 'TOC', 'PageBreak',
90
- 'Chart', 'FormField', 'SDT', 'Comment',
+ 'Chart', 'FormField', 'SDT', 'Comment', 'Cell'
91
];
92
$functions = [];
93
foreach ($elements as $element) {
0 commit comments