mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 15:09: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:
10
vendor/andreskrey/Readability/Nodes/DOM/DOMProcessingInstruction.php
vendored
Normal file
10
vendor/andreskrey/Readability/Nodes/DOM/DOMProcessingInstruction.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace andreskrey\Readability\Nodes\DOM;
|
||||
|
||||
use andreskrey\Readability\Nodes\NodeTrait;
|
||||
|
||||
class DOMProcessingInstruction extends \DOMProcessingInstruction
|
||||
{
|
||||
use NodeTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user