1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00
phorge-arcanist/src/unit
Jessica Clarke 3ab2b407db Remove final from private functions for PHP 8 compatibility
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
2021-01-10 22:05:20 +00:00
..
__tests__ Preserve more information when merging coverage 2015-08-10 15:35:15 -07:00
engine Remove final from private functions for PHP 8 compatibility 2021-01-10 22:05:20 +00:00
parser Add support for Go 1.10 (cached) output 2018-03-02 16:34:25 -08:00
renderer Don't show a blank line if there is no user data 2017-09-20 17:54:40 -07:00
ArcanistUnitTestResult.php Add explicit limits to unit test/lint error names 2017-09-14 12:12:08 -07:00