1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 03:32:42 +01:00
phorge-phorge/src/applications/diffusion/request
epriestley 9502312b60 Remove "final" from "private" methods in Phabricator
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`.

Maniphest Tasks: T13588

Differential Revision: https://secure.phabricator.com/D21540
2021-02-03 14:13:29 -08:00
..
__tests__ Move generateDiffusionURI() into PhabricatorRepository 2016-01-05 04:47:06 -08:00
DiffusionGitRequest.php Recognize self-URI links to Diffusion files and give them special rendering behavior 2019-05-21 13:07:37 -07:00
DiffusionMercurialRequest.php Recognize self-URI links to Diffusion files and give them special rendering behavior 2019-05-21 13:07:37 -07:00
DiffusionRequest.php Remove "final" from "private" methods in Phabricator 2021-02-03 14:13:29 -08:00
DiffusionSvnRequest.php Recognize self-URI links to Diffusion files and give them special rendering behavior 2019-05-21 13:07:37 -07:00