mirror of
https://github.com/elyby/league-oauth2-ely.git
synced 2024-11-22 21:23:06 +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([
|
return \Ely\CS\Config::create([
|
||||||
'visibility_required' => ['property', 'method'],
|
'visibility_required' => ['property', 'method'],
|
||||||
'ternary_to_null_coalescing' => false,
|
'ternary_to_null_coalescing' => false,
|
||||||
|
'php_unit_expectation' => false,
|
||||||
])->setFinder($finder);
|
])->setFinder($finder);
|
||||||
|
Loading…
Reference in New Issue
Block a user