Hi Larry

On Tue, May 13, 2025 at 3:58 AM Larry Garfield <la...@garfieldtech.com> wrote:
>
> I hereby open the vote on the Pipe operator RFC:
>
> https://wiki.php.net/rfc/pipe-operator-v3

It looks like the example under "Rejected Features" is wrong.

// With Elixir style
$foo
  |> bar(...)

should be

$foo
  |> bar()

Also a nit: The RFC says "There was discussion off-list of
“auto-partialling” functions after a pipe", but this idea was since
discussed on-list as well.

Ilija

Reply via email to