Skip to content

Commit 2045e52

Browse files
author
arthur
committed
call static instead of self on protected method
1 parent 1534dc2 commit 2045e52

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)