We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c6ac9 commit 3e37bceCopy full SHA for 3e37bce
1 file changed
Zend/zend_compile.c
@@ -8361,10 +8361,10 @@ static zend_op_array *zend_compile_func_decl_ex(
8361
"nodiscard",
8362
sizeof("nodiscard")-1
8363
);
8364
-
+
8365
if (nodiscard_attribute) {
8366
op_array->fn_flags |= ZEND_ACC_NODISCARD;
8367
- }
+ }
8368
}
8369
8370
/* Do not leak the class scope into free standing functions, even if they are dynamically
0 commit comments