Skip to content

Commit 833120e

Browse files
committed
Trim WS
1 parent c0b16e0 commit 833120e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_ast.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,12 +1124,12 @@ static zend_result ZEND_FASTCALL zend_ast_evaluate_inner(
11241124

11251125
if (!(fptr->common.fn_flags & ZEND_ACC_STATIC)) {
11261126
zend_non_static_method_call(fptr);
1127-
1127+
11281128
return FAILURE;
11291129
}
11301130
if ((fptr->common.fn_flags & ZEND_ACC_ABSTRACT)) {
11311131
zend_abstract_method_call(fptr);
1132-
1132+
11331133
return FAILURE;
11341134
} else if (fptr->common.scope->ce_flags & ZEND_ACC_TRAIT) {
11351135
zend_error(E_DEPRECATED,

0 commit comments

Comments
 (0)