[RFC][Vote] new MyClass()->method() without parentheses

php.internals

Удальцов Валентин

2 years ago
The vote for the RFC that allows to omit parentheses around the `new` expression is now open: https://wiki.php.net/rfc/new_without_parentheses Voting will close on Friday 24 May, 00:00 GMT.
-- Best regards, Valentin

Удальцов Валентин

2 years ago
On Thursday, 9 May 2024 at 18:26, Valentin Udaltsov < udaltsov.valentin@gmail.com> wrote:
> The vote for the RFC that allows to omit parentheses around the `new` > expression is now open: > > https://wiki.php.net/rfc/new_without_parentheses > > Voting will close on Friday 24 May, 00:00 GMT. > -- > Best regards, > Valentin >
On May 25th I closed the vote with 25 "Yes" and 5 "No", which means that RFC had passed. Recently my PR has been approved and merged, so I've just marked the RFC as implemented. Thank you all for your interest and participation! I am extremely happy and excited to have made my first contribution to PHP!
-- Best regards, Valentin Udaltsov

Bilge

2 years ago
On 28/05/2024 19:07, Valentin Udaltsov wrote:
> On May 25th I closed the vote with 25 "Yes" and 5 "No", which means > that RFC had passed. > Recently my PR has been approved and merged, so I've just marked the > RFC as implemented. > > Thank you all for your interest and participation! I am extremely > happy and excited to have made my first contribution to PHP! > -- > Best regards, > Valentin Udaltsov
Big. Congratulations. Ambitious first PR. Looking forward to more. Cheers, Bilge