Skip to content

Commit a4772a0

Browse files
committed
[skip ci] Remove unclosed vim code folding
1 parent 6114379 commit a4772a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5037,7 +5037,7 @@ static zend_string *zend_copy_unmangled_prop_name(zend_string *prop_name)
50375037
}
50385038
}
50395039

5040-
static bool zend_compile_parent_property_hook_call(znode *result, zend_ast *ast, uint32_t type) /* {{{ */
5040+
static bool zend_compile_parent_property_hook_call(znode *result, zend_ast *ast, uint32_t type)
50415041
{
50425042
ZEND_ASSERT(ast->kind == ZEND_AST_STATIC_CALL);
50435043

0 commit comments

Comments
 (0)