Skip to content

Commit 7edc384

Browse files
committed
Typo
1 parent bc86d2c commit 7edc384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6915,7 +6915,7 @@ static zend_ast *zend_partial_apply(zend_ast *callable_ast, zend_ast *pipe_arg)
69156915
if (first_placeholder == NULL) {
69166916
first_placeholder = arg;
69176917
} else {
6918-
/* A PFA with multiple placeholders is unexpected in is this
6918+
/* A PFA with multiple placeholders is unexpected in this
69196919
* context, and will usually error due to a missing argument,
69206920
* so we don't optimize those. */
69216921
return NULL;

0 commit comments

Comments
 (0)