From a4772a0c47f66f2bb7b6e1bebe23b65647490654 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 12 Aug 2024 18:50:06 +0200 Subject: [PATCH] [skip ci] Remove unclosed vim code folding --- Zend/zend_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 590f8901df5..a650d81d163 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -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);