Skip to content

Commit 2ad84d1

Browse files
committed
Removed commented unneeded code
1 parent 1a8d8e4 commit 2ad84d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/zend_execute.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,6 @@ static zend_always_inline zend_bool zend_check_type(
928928
}
929929
}
930930
return 0;
931-
// } else if (arg_info->type_hint == IS_OBJECT) {
932-
933931
} else if (arg_info->type_hint == IS_CALLABLE) {
934932
return zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL);
935933
} else if (arg_info->type_hint == IS_ITERABLE) {

0 commit comments

Comments
 (0)