summaryrefslogtreecommitdiff
path: root/src/Nodes/DOMElement.php
blob: 6ca0a291274f18ce501819f2ce7e1238298a4359 (plain)
1
2
3
4
5
6
7
8
<?php

namespace andreskrey\Readability\Nodes;

class DOMElement extends \DOMElement
{
    use NodeTrait;
}