On Fri, Feb 7, 2020 at 11:32 AM Nikita Popov <nikita....@gmail.com> wrote:
> Hi internals, > > I've sent a mail about this before, but as this turned into a bit of a > larger change (also allowing "abstract private" methods in traits) and > there's some backwards compatibility impact, I've created a proper RFC for > this: > > https://wiki.php.net/rfc/abstract_trait_method_validation > Based on Nicolas' feedback, I've adjusted the RFC to not validate the visibility of the method (only the signature and "static-ness"). The reason is outlined in the last paragraph of the Proposal section. With that done, I plan to open voting on this tomorrow, unless something new comes up. Regards, Nikita