diff options
Diffstat (limited to 'ext/dom/node.c')
-rw-r--r-- | ext/dom/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/node.c b/ext/dom/node.c index 2e74531467..ab2151f290 100644 --- a/ext/dom/node.c +++ b/ext/dom/node.c @@ -1820,7 +1820,7 @@ PHP_METHOD(domnode, C14NFile) } /* }}} */ -/* {{{ proto int DOMNode::getNodePath() +/* {{{ proto string|null DOMNode::getNodePath() Gets an xpath for a node */ PHP_METHOD(domnode, getNodePath) { |