Skip to content

Commit ba646f5

Browse files
committed
Typo fix.
1 parent 7b6365d commit ba646f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6453,7 +6453,7 @@ static void zend_compile_pipe(znode *result, zend_ast *ast)
64536453
&& callable_ast->child[1]->kind == ZEND_AST_CALLABLE_CONVERT) {
64546454
fcall_ast = zend_ast_create(ZEND_AST_CALL,
64556455
callable_ast->child[0], arg_list_ast);
6456-
/* Turn $foo |> bar::>baz(...) into bar::baz($foo). */
6456+
/* Turn $foo |> bar::baz(...) into bar::baz($foo). */
64576457
} else if (callable_ast->kind == ZEND_AST_STATIC_CALL
64586458
&& callable_ast->child[2]->kind == ZEND_AST_CALLABLE_CONVERT) {
64596459
fcall_ast = zend_ast_create(ZEND_AST_STATIC_CALL,

0 commit comments

Comments
 (0)