Page MenuHomePhabricator

Detect and correct "final private" methods in lint
ClosedPublic

Authored by epriestley on Feb 3 2021, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 1:40 AM
Unknown Object (File)
Sat, Nov 9, 4:26 PM
Unknown Object (File)
Thu, Oct 31, 12:13 PM
Unknown Object (File)
Oct 20 2024, 10:19 PM
Unknown Object (File)
Oct 17 2024, 6:19 PM
Unknown Object (File)
Oct 6 2024, 10:30 PM
Unknown Object (File)
Oct 6 2024, 9:26 PM
Unknown Object (File)
Oct 6 2024, 7:37 PM
Subscribers
None

Details

Summary

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.

Test Plan

Added unit tests, will lint "phabricator/".

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 3 2021, 10:14 PM
This revision was automatically updated to reflect the committed changes.