Skip to content

Commit 209bd32

Browse files
committed
* fixes scope_try_to_dispose
1 parent 739364f commit 209bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_async_API.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ struct _zend_async_scope_s {
659659
* The method determines the moment when the Scope can be destructed.
660660
* It checks the conditions and, if necessary, calls the dispose method.
661661
*/
662-
void (*try_to_dispose)(zend_async_scope_t *scope);
662+
bool (*try_to_dispose)(zend_async_scope_t *scope);
663663

664664
/**
665665
* The method handles an exception delivered to the Scope.

0 commit comments

Comments
 (0)