From 586704679a7cd9f47756c9de3ffe4a79f5a6ccff Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Fri, 5 Dec 2025 17:00:03 -0500 Subject: [PATCH] make pipe operator discoverable from php.net/pipe + /|> --- error.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/error.php b/error.php index 70beeb42e4..3890d71a34 100644 --- a/error.php +++ b/error.php @@ -410,6 +410,8 @@ "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.