summaryrefslogtreecommitdiff
path: root/src/Nodes/DOMComment.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-12-01 00:09:08 +0000
committerAndres Rey <[email protected]>2017-12-01 00:09:08 +0000
commit7d34c6ac98e952782ab8665eaab774e1a5d29f5d (patch)
tree3dcc8df3047b745ee92e9e09f98418cd397b6e49 /src/Nodes/DOMComment.php
parenta5338a7ada6e5c029bc3e70200eb633a94b852d3 (diff)
Rename NodeClass namespace to Nodes
Diffstat (limited to 'src/Nodes/DOMComment.php')
-rw-r--r--src/Nodes/DOMComment.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Nodes/DOMComment.php b/src/Nodes/DOMComment.php
new file mode 100644
index 0000000..fd2b8b5
--- /dev/null
+++ b/src/Nodes/DOMComment.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace andreskrey\Readability\Nodes;
+
+class DOMComment extends \DOMComment
+{
+ use NodeTrait;
+}