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
PHP8 emits a warning when `final` and `private` are used on the same method. ``` Warning: Private methods cannot be final as they are never overridden by other classes in {file} on line {line} ``` Example: https://3v4l.org/p2Ccp
0 commit comments