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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user