mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
3ab2b407db
Summary: This combination does not make sense and PHP 8 errors with: ``` Private methods cannot be final as they are never overridden by other classes ``` Thus remove the redundant final from all such functions. Test Plan: Used to create this revision with PHP 8 on macOS Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D21496 |
||
---|---|---|
.. | ||
__tests__ | ||
engine | ||
parser | ||
renderer | ||
ArcanistUnitTestResult.php |