mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-27 06:26:17 +00:00
Enable PHPStan
This commit is contained in:
@@ -127,4 +127,14 @@ class JSLikeHTMLElement extends \DOMElement
|
||||
{
|
||||
return '[' . $this->tagName . ']';
|
||||
}
|
||||
|
||||
public function getInnerHtml()
|
||||
{
|
||||
return $this->__get('innerHTML');
|
||||
}
|
||||
|
||||
public function setInnerHtml($value)
|
||||
{
|
||||
return $this->__set('innerHTML', $value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user