1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-11 00:03:15 +02:00

Stop CS Fixer replacing self -> static on the unit tests.

This commit is contained in:
Anthony Birkett
2021-05-31 14:15:01 +01:00
parent 266a2227d3
commit 0e84574eda
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ return (new PhpCsFixer\Config())
'native_constant_invocation' => false,
'native_function_invocation' => false,
'php_unit_fqcn_annotation' => false,
'php_unit_test_case_static_method_calls' => false,
])
->setFinder(PhpCsFixer\Finder::create()
->exclude('vendor')