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)
Thu, May 8, 2:52 AM
Unknown Object (File)
Apr 25 2025, 4:06 AM
Unknown Object (File)
Apr 21 2025, 2:32 PM
Unknown Object (File)
Apr 21 2025, 9:44 AM
Unknown Object (File)
Apr 14 2025, 7:30 PM
Unknown Object (File)
Apr 13 2025, 9:37 AM
Unknown Object (File)
Apr 13 2025, 7:33 AM
Unknown Object (File)
Apr 12 2025, 9:22 AM
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.