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.
Differential D21540
Remove "final" from "private" methods in Phabricator epriestley on Feb 3 2021, 10:11 PM. Authored by Tags None Referenced Files
Subscribers None
Details
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. Ran arc lint --everything to identify affected methods, then ... | xargs -n1 arc lint --apply-patches.
Diff Detail
|