summaryrefslogtreecommitdiff
path: root/src/Nodes/DOMProcessingInstruction.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nodes/DOMProcessingInstruction.php')
-rw-r--r--src/Nodes/DOMProcessingInstruction.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Nodes/DOMProcessingInstruction.php b/src/Nodes/DOMProcessingInstruction.php
new file mode 100644
index 0000000..bd80997
--- /dev/null
+++ b/src/Nodes/DOMProcessingInstruction.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace andreskrey\Readability\Nodes;
+
+class DOMProcessingInstruction extends \DOMProcessingInstruction
+{
+ use NodeTrait;
+}