1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-18 10:41:08 +01:00
phorge-phorge/src/infrastructure/query
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
..
constraint Support some QueryConstraint operations against generic ApplicationSearch query logic 2018-02-22 12:49:49 -08:00
exception Make the UI when you use an invalid cursor ("?after=19874189471232892") a little nicer 2019-03-19 13:04:07 -07:00
order Drive Maniphest grouping and ordering through standard infrastructure 2015-06-08 12:23:13 -07:00
policy Remove "final" from "private" methods in Phabricator 2021-02-03 14:13:29 -08:00
PhabricatorOffsetPagedQuery.php Update many Phabricator queries for new %Q query semantics 2018-11-15 03:48:10 -08:00
PhabricatorQuery.php Update many Phabricator queries for new %Q query semantics 2018-11-15 03:48:10 -08:00