mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove return types from some magic method in protos
__construct, __destruct, __wakeup does not have return types defined.
This commit is contained in:
parent
acda5e084e
commit
701437a948
31 changed files with 60 additions and 60 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue