Page MenuHomePhabricator

Remove "final" from "private" methods in Phabricator
ClosedPublic

Authored by epriestley on Feb 3 2021, 10:11 PM.
Tags
None
Referenced Files
F19630650: D21540.id.diff
Thu, Feb 5, 2:02 AM
F19610240: D21540.id51272.diff
Tue, Feb 3, 3:49 PM
F19082119: D21540.id51273.diff
Dec 2 2025, 9:47 AM
F18974618: D21540.id51272.diff
Nov 15 2025, 10:36 PM
F18965613: D21540.id.diff
Nov 14 2025, 5:22 PM
F18951365: D21540.diff
Nov 12 2025, 3:55 AM
F18752130: D21540.id51272.diff
Oct 4 2025, 2:13 PM
F18645740: D21540.id51273.diff
Sep 19 2025, 8:28 AM
Subscribers
None

Details

Summary

Ref T13588. This has never been meaningful, but a "final private" method is specifically forbidden in PHP8.

Remove meaningless "final" from these methods, per new lint checks.

Test Plan

Ran arc lint --everything to identify affected methods, then ... | xargs -n1 arc lint --apply-patches.

Diff Detail

Repository
rP Phabricator
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:13 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.