2aaefbfa54
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
10 rader
159 B
PHP
10 rader
159 B
PHP
<?php
|
|
|
|
namespace andreskrey\Readability\Nodes\DOM;
|
|
|
|
use andreskrey\Readability\Nodes\NodeTrait;
|
|
|
|
class DOMNotation extends \DOMNotation
|
|
{
|
|
use NodeTrait;
|
|
}
|