diff options
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r-- | ext/domxml/php_domxml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index b3385d4db0..025dcd069a 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -3329,7 +3329,7 @@ PHP_FUNCTION(domxml_doc_create_element_ns) } /* }}} */ -/* {{{ proto object domxml_node_add_namespace(string uri, string prefix) +/* {{{ proto bool domxml_node_add_namespace(string uri, string prefix) Adds a namespace declaration to a node */ PHP_FUNCTION(domxml_node_add_namespace) { @@ -3350,7 +3350,7 @@ PHP_FUNCTION(domxml_node_add_namespace) } /* }}} */ -/* {{{ proto object domxml_node_set_namespace(string uri [, string prefix]) +/* {{{ proto void domxml_node_set_namespace(string uri [, string prefix]) Sets the namespace of a node */ PHP_FUNCTION(domxml_node_set_namespace) { |