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 534ef06 commit eebb61aCopy full SHA for eebb61a
src/PhpWord/Writer/RTF/Element/ListItemRun
@@ -43,9 +43,6 @@ class ListItemRun extends TextRun
43
$depth = (int) $element->getDepth();
44
$style = $element->getStyle();
45
46
- echo $depth . '<br>';
47
- print_r($style);
48
-
49
$content = '';
50
$content .= $this->writeOpening();
51
if ($style instanceof \PhpOffice\PhpWord\Style\ListItem) {
0 commit comments