mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -47,7 +47,7 @@ const zend_function_entry php_dom_processinginstruction_class_functions[] = {
|
|||
PHP_FE_END
|
||||
};
|
||||
|
||||
/* {{{ proto void DOMProcessingInstruction::__construct(string name, [string value]); */
|
||||
/* {{{ proto DOMProcessingInstruction::__construct(string name, [string value]); */
|
||||
PHP_METHOD(domprocessinginstruction, __construct)
|
||||
{
|
||||
zval *id = getThis();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue