diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-23 20:55:56 -0300 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-02-24 11:45:17 +0100 |
commit | a2c7c46d5ef5b9fc945d7b655d31d5c9f1a72d34 (patch) | |
tree | 1388bf375c2f77ae99e4f3b75b2293d5236554a0 /ext/simplexml/simplexml.c | |
parent | 3da9fc86d1651e857a6b1907e093a7d485a399ba (diff) | |
download | php-git-a2c7c46d5ef5b9fc945d7b655d31d5c9f1a72d34.tar.gz |
[ci skip] Add missing return types to protos
Diffstat (limited to 'ext/simplexml/simplexml.c')
-rw-r--r-- | ext/simplexml/simplexml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 7a5767871d..13f40cf57d 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -2286,7 +2286,7 @@ PHP_FUNCTION(simplexml_load_string) } /* }}} */ -/* {{{ proto SimpleXMLElement::__construct(string data [, int options [, bool data_is_url [, string ns [, bool is_prefix]]]]) +/* {{{ proto void SimpleXMLElement::__construct(string data [, int options [, bool data_is_url [, string ns [, bool is_prefix]]]]) SimpleXMLElement constructor */ SXE_METHOD(__construct) { |