summaryrefslogtreecommitdiff
path: root/ext/dom/comment.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/comment.stub.php')
-rw-r--r--ext/dom/comment.stub.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/dom/comment.stub.php b/ext/dom/comment.stub.php
new file mode 100644
index 0000000000..e6131ce2dc
--- /dev/null
+++ b/ext/dom/comment.stub.php
@@ -0,0 +1,6 @@
+<?php
+
+class DOMComment
+{
+ public function __construct(string $value = "") {}
+}