mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
update readability to a newer implementation based on Readability.js (https://github.com/andreskrey/readability.php) add vendor/Psr/Log interface required for the above
11 lines
155 B
PHP
11 lines
155 B
PHP
<?php
|
|
|
|
namespace andreskrey\Readability\Nodes\DOM;
|
|
|
|
use andreskrey\Readability\Nodes\NodeTrait;
|
|
|
|
class DOMEntity extends \DOMEntity
|
|
{
|
|
use NodeTrait;
|
|
}
|