Remove return types from some magic method in protos

__construct, __destruct, __wakeup does not have return types defined.
This commit is contained in:
Gabriel Caruso 2018-02-25 19:51:39 -03:00 committed by Joe Watkins
parent acda5e084e
commit 701437a948
No known key found for this signature in database
GPG key ID: F9BA0ADA31CBD89E
31 changed files with 60 additions and 60 deletions

View file

@ -45,7 +45,7 @@ const zend_function_entry php_dom_entityreference_class_functions[] = {
PHP_FE_END
};
/* {{{ proto void DOMEntityReference::__construct(string name) */
/* {{{ proto DOMEntityReference::__construct(string name) */
PHP_METHOD(domentityreference, __construct)
{
zval *id = getThis();