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

namespace andreskrey\Readability\Nodes;

class DOMCharacterData extends \DOMCharacterData
{
    use NodeTrait;
}