Skip to content

Commit 3c3eecd

Browse files
committed
PHPCS fixes
1 parent a68634c commit 3c3eecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Shared/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ private static function parseText($node, $element, &$styles)
230230
{
231231
$styles['font'] = self::parseInlineStyle($node, $styles['font']);
232232

233-
if( is_callable(array($element, 'addText')) ) {
233+
if (is_callable(array($element, 'addText'))) {
234234
$element->addText($node->nodeValue, $styles['font'], $styles['paragraph']);
235235
}
236236

0 commit comments

Comments
 (0)