1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

make pipe operator discoverable from php.net/pipe + /|> (#1689)

This commit is contained in:
Sean Coates
2025-12-06 05:52:33 -05:00
committed by GitHub
parent a4de093bd2
commit 04410fed9f

View File

@@ -410,6 +410,8 @@ $uri_aliases = [
"splat" => "functions.arguments",
"arrow" => "functions.arrow",
"fn" => "functions.arrow",
"pipe" => "operators.functional",
"|>" => "operators.functional",
// ?:, ??, ??=
// These shortcuts can not be captured here since they
// don't actually produce a 404 error.