Skip to content

Commit ed8d9ff

Browse files
authored
Fixed some stylelint
1 parent 26757c2 commit ed8d9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpWord/Reader/Word2007/AbstractPart.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ protected function readRunChild(XMLReader $xmlReader, \DOMElement $node, Abstrac
327327
$element->setChangeInfo($type, $author, $date);
328328
}
329329
}
330-
} elseif ($node->nodeName=='w:softHyphen') {
331-
$element=$parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
330+
} elseif ($node->nodeName == 'w:softHyphen') {
331+
$element = $parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
332332
}
333333
}
334334

0 commit comments

Comments
 (0)