mirror of
https://github.com/elyby/league-oauth2-ely.git
synced 2024-11-08 13:42:42 +05:30
Disable php_unit_expectation fixer
This commit is contained in:
parent
d04b4541af
commit
7bcfeab7e0
@ -5,4 +5,5 @@ $finder = \PhpCsFixer\Finder::create()
|
||||
return \Ely\CS\Config::create([
|
||||
'visibility_required' => ['property', 'method'],
|
||||
'ternary_to_null_coalescing' => false,
|
||||
'php_unit_expectation' => false,
|
||||
])->setFinder($finder);
|
||||
|
Loading…
Reference in New Issue
Block a user