[skip ci] Remove unclosed vim code folding

This commit is contained in:
Ilija Tovilo 2024-08-12 18:50:06 +02:00
parent 6114379ad2
commit a4772a0c47
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

View file

@ -5037,7 +5037,7 @@ static zend_string *zend_copy_unmangled_prop_name(zend_string *prop_name)
}
}
static bool zend_compile_parent_property_hook_call(znode *result, zend_ast *ast, uint32_t type) /* {{{ */
static bool zend_compile_parent_property_hook_call(znode *result, zend_ast *ast, uint32_t type)
{
ZEND_ASSERT(ast->kind == ZEND_AST_STATIC_CALL);