Commit 6b3f163
committed
minor #4981 Prevent error in CTTest::testConstants (for PHP8) (guilliamxavier)
This PR was merged into the 2.15 branch.
Discussion
----------
Prevent error in CTTest::testConstants (for PHP8)
Noticed in https://travis-ci.org/github/FriendsOfPHP/PHP-CS-Fixer/jobs/692842752#L800
Even before PHP 8, I find the test cleaner like this
Commits
-------
1a121e0 Prevent error in CTTest::testConstants (for PHP8)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments