On Tue, Apr 9, 2019 at 4:25 AM Nikita Popov <nikita....@gmail.com> wrote:
> Hi internals, > > A small cleanup RFC for PHP 8: https://wiki.php.net/rfc/lsp_errors > > This makes all incompatible method signature (LSP) errors fatal, rather > than only warning in some cases. Especially after > https://wiki.php.net/rfc/parameter-no-type-variance I don't think there's > any reason to keep this backdoor in place. > Thank you, Nikita. +1 from me. This inconsistency was a personal WTF moment, 3 years ago: https://stackoverflow.com/q/37889466/2908724 On Tue, Apr 9, 2019 at 4:25 AM Nikita Popov <nikita....@gmail.com> wrote: > Hi internals, > > A small cleanup RFC for PHP 8: https://wiki.php.net/rfc/lsp_errors > > This makes all incompatible method signature (LSP) errors fatal, rather > than only warning in some cases. Especially after > https://wiki.php.net/rfc/parameter-no-type-variance I don't think there's > any reason to keep this backdoor in place. > > Regards, > Nikita >