Ref T13588. Marking a method "final private" has never been meaningful, and is an error in PHP8.
Add static analysis to detect (and correct) this issue.
Differential D21539
Detect and correct "final private" methods in lint epriestley on Feb 3 2021, 9:53 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Ref T13588. Marking a method "final private" has never been meaningful, and is an error in PHP8. Add static analysis to detect (and correct) this issue. Added unit tests, will lint "phabricator/".
Diff Detail
|