Page MenuHomePhabricator

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

Authored by epriestley on Feb 3 2021, 10:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 12:09 AM
Unknown Object (File)
Mon, Nov 18, 11:21 PM
Unknown Object (File)
Fri, Nov 15, 2:40 AM
Unknown Object (File)
Mon, Nov 11, 1:49 PM
Unknown Object (File)
Thu, Nov 7, 11:43 AM
Unknown Object (File)
Oct 25 2024, 10:32 PM
Unknown Object (File)
Oct 1 2024, 11:23 AM
Unknown Object (File)
Sep 27 2024, 2:34 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.