[VOTE] Union Types v2

php.internals

Nikita Popov

6 years ago
Hi internals, Voting on the union types RFC is now open. Proposal: https://github.com/nikic/php-rfcs/blob/union-types/rfcs/0000-union-types-v2.md Voting: https://wiki.php.net/rfc/union_types_v2 If you'd like to take a look at the discussions on this topic, those would be: Pull request: https://github.com/php/php-rfcs/pull/1 Mailing list: https://externals.io/message/106844 Voting closes 2019-11-08. Regards, Nikita

Nikita Popov

6 years ago
On Fri, Oct 25, 2019 at 3:17 PM Nikita Popov <nikita.ppv@gmail.com> wrote:
> Hi internals, > > Voting on the union types RFC is now open. > > Proposal: > https://github.com/nikic/php-rfcs/blob/union-types/rfcs/0000-union-types-v2.md > Voting: https://wiki.php.net/rfc/union_types_v2 > > If you'd like to take a look at the discussions on this topic, those would > be: > > Pull request: https://github.com/php/php-rfcs/pull/1 > Mailing list: https://externals.io/message/106844 > > Voting closes 2019-11-08. > > Regards, > Nikita >
Voting has closed with 61 votes in favor and 5 against. As such, the RFC is accepted. Nikita

Mark Randall

6 years ago
On 08/11/2019 09:31, Nikita Popov wrote:
> Voting has closed with 61 votes in favor and 5 against. As such, the RFC is > accepted.
Congratulations on passing a fantastic RFC. On a wider level, I think the 61-5 outcome is a fairly huge endorsement from internals on the importance of typing in PHP. Mark Randall