diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-29 11:15:08 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-29 11:16:23 +0100 |
commit | 504f7ffdd656cca19576d54dfe94ecc800cc2a42 (patch) | |
tree | 61ef47d39a169a5010d9350a24d80b03932390b7 /ext/dom/node.c | |
parent | 312ecc69d54fc1cb5ac1b9fbccf881644434cc41 (diff) | |
download | php-git-504f7ffdd656cca19576d54dfe94ecc800cc2a42.tar.gz |
Small ext/dom cleanups
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) { |