Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information