summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/php_dom.stub.php')
-rw-r--r--ext/dom/php_dom.stub.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dom/php_dom.stub.php b/ext/dom/php_dom.stub.php
index cdc6b99846..edebd13dd5 100644
--- a/ext/dom/php_dom.stub.php
+++ b/ext/dom/php_dom.stub.php
@@ -356,6 +356,8 @@ class DOMDocument implements DOMParentNode
final class DOMException extends Exception
{
+ /** @var int */
+ public $code = 0;
}
class DOMText