Introducing Pipe to return RFC https://wiki.php.net/rfc/pipe_to_return
In short, RFC proposes piping expression result to `return` to be used together with pipe operator to reduce cognitive load
"Hello World" |> strlen <http://www.php.net/strlen>(...) |> return; -- Vadim Dvorovenko
