mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 21:29:15 +00:00
update autoloader to consider namespaces for third party libraries: placed and loaded from vendor/namespace/classpath.php
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
This commit is contained in:
13
vendor/andreskrey/Readability/Nodes/DOM/DOMNode.php
vendored
Normal file
13
vendor/andreskrey/Readability/Nodes/DOM/DOMNode.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace andreskrey\Readability\Nodes\DOM;
|
||||
|
||||
use andreskrey\Readability\Nodes\NodeTrait;
|
||||
|
||||
/**
|
||||
* @method getAttribute($attribute)
|
||||
*/
|
||||
class DOMNode extends \DOMNode
|
||||
{
|
||||
use NodeTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user