PHPCS fixes
This commit is contained in:
parent
a68634c3f1
commit
3c3eecd4da
@ -230,7 +230,7 @@ class Html
|
||||
{
|
||||
$styles['font'] = self::parseInlineStyle($node, $styles['font']);
|
||||
|
||||
if( is_callable(array($element, 'addText')) ) {
|
||||
if (is_callable(array($element, 'addText'))) {
|
||||
$element->addText($node->nodeValue, $styles['font'], $styles['paragraph']);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user