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

namespace andreskrey\Readability\Nodes;

class DOMProcessingInstruction extends \DOMProcessingInstruction
{
    use NodeTrait;
}