summaryrefslogtreecommitdiff
path: root/ext/simplexml
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-02-27 17:40:03 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-27 17:40:03 +0100
commitef255c9f0f2c2ad1ea224ed215edb00f5bc205bd (patch)
tree1bc730491678302e195b88b5267197035d03d8c6 /ext/simplexml
parent58880e3fc1a912d71bb4e19a74480a7458147728 (diff)
downloadphp-git-ef255c9f0f2c2ad1ea224ed215edb00f5bc205bd.tar.gz
Revert "[ci skip] Add missing return types to protos"
This reverts commit a2c7c46d5ef5b9fc945d7b655d31d5c9f1a72d34. Since apparently there have been some mistakes in this commit, and it's not clear yet how to solve them, we're reverting for now.
Diffstat (limited to 'ext/simplexml')
-rw-r--r--ext/simplexml/simplexml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c
index 13f40cf57d..7a5767871d 100644
--- a/ext/simplexml/simplexml.c
+++ b/ext/simplexml/simplexml.c
@@ -2286,7 +2286,7 @@ PHP_FUNCTION(simplexml_load_string)
}
/* }}} */
-/* {{{ proto void SimpleXMLElement::__construct(string data [, int options [, bool data_is_url [, string ns [, bool is_prefix]]]])
+/* {{{ proto SimpleXMLElement::__construct(string data [, int options [, bool data_is_url [, string ns [, bool is_prefix]]]])
SimpleXMLElement constructor */
SXE_METHOD(__construct)
{