Skip to content

Commit b190352

Browse files
authored
Merge pull request #1611 from zearg/develop
call static instead of self on protected method
2 parents 1534dc2 + 2045e52 commit b190352

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
@@ -192,7 +192,7 @@ protected static function parseNode($node, $element, $styles = array(), $data =
192192
$newElement = $element;
193193
}
194194

195-
self::parseChildNodes($node, $newElement, $styles, $data);
195+
static::parseChildNodes($node, $newElement, $styles, $data);
196196
}
197197

198198
/**

0 commit comments

Comments
 (0)