You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specification mentioned that if the overriding method is not compatible with the overridden method, a non-fatal error will be issued. But for PHP 8 <= the error is fatal.
Also the rules for properties overriding are not mentioned.