1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] Fix indent

This commit is contained in:
Niels Dossche
2025-10-03 22:30:37 +02:00
parent 969e837d5b
commit f9c4fe4c5d

View File

@@ -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) {