From f9c4fe4c5d337e92fd0a6df506385dc645b7394a Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:30:37 +0200 Subject: [PATCH] [ci skip] Fix indent --- 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 3f88ee10218..3dc345ba3b6 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -3960,7 +3960,7 @@ static bool zend_compile_call_common(znode *result, zend_ast *args_ast, zend_fun uint8_t opcode = opline->opcode; if (opcode == ZEND_NEW) { - zend_error_noreturn(E_COMPILE_ERROR, "Cannot create Closure for new expression"); + zend_error_noreturn(E_COMPILE_ERROR, "Cannot create Closure for new expression"); } if (opcode == ZEND_INIT_FCALL) {