Automated build for v0.01
This commit is contained in:
10
vendor/andreskrey/Readability/Nodes/DOM/DOMAttr.php
vendored
Normal file
10
vendor/andreskrey/Readability/Nodes/DOM/DOMAttr.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace andreskrey\Readability\Nodes\DOM;
|
||||
|
||||
use andreskrey\Readability\Nodes\NodeTrait;
|
||||
|
||||
class DOMAttr extends \DOMAttr
|
||||
{
|
||||
use NodeTrait;
|
||||
}
|
Reference in New Issue
Block a user