Skip to content

Commit

Permalink
Fixed some stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 authored Jan 5, 2023
1 parent 26757c2 commit ed8d9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PhpWord/Reader/Word2007/AbstractPart.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ protected function readRunChild(XMLReader $xmlReader, \DOMElement $node, Abstrac
$element->setChangeInfo($type, $author, $date);
}
}
} elseif ($node->nodeName=='w:softHyphen') {
$element=$parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
} elseif ($node->nodeName == 'w:softHyphen') {
$element = $parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
}
}

Expand Down

0 comments on commit ed8d9ff

Please sign in to comment.