Skip to content

Commit 04410fe

Browse files
authored
make pipe operator discoverable from php.net/pipe + /|> (#1689)
1 parent a4de093 commit 04410fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

error.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@
410410
"splat" => "functions.arguments",
411411
"arrow" => "functions.arrow",
412412
"fn" => "functions.arrow",
413+
"pipe" => "operators.functional",
414+
"|>" => "operators.functional",
413415
// ?:, ??, ??=
414416
// These shortcuts can not be captured here since they
415417
// don't actually produce a 404 error.

0 commit comments

Comments
 (0)