From a2c7c46d5ef5b9fc945d7b655d31d5c9f1a72d34 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Fri, 23 Feb 2018 20:55:56 -0300 Subject: [ci skip] Add missing return types to protos --- Zend/zend_closures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_closures.c') diff --git a/Zend/zend_closures.c b/Zend/zend_closures.c index e3da91d8c1..d1aa710ba6 100644 --- a/Zend/zend_closures.c +++ b/Zend/zend_closures.c @@ -563,7 +563,7 @@ static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ } /* }}} */ -/* {{{ proto Closure::__construct() +/* {{{ proto void Closure::__construct() Private constructor preventing instantiation */ ZEND_COLD ZEND_METHOD(Closure, __construct) { -- cgit v1.2.1