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

namespace andreskrey\Readability\Nodes;

class DOMComment extends \DOMComment
{
    use NodeTrait;
}