Update PHP CS Fixer config to v2.18

This commit is contained in:
Dariusz Rumiński 2021-01-18 03:36:26 +01:00 committed by GitHub
parent 5ba237a8ec
commit 734361bb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,6 @@ return PhpCsFixer\Config::create()
'@Symfony' => true,
'@Symfony:risky' => true,
'protected_to_private' => false,
'native_constant_invocation' => true,
'list_syntax' => ['syntax' => 'short'],
])
->setRiskyAllowed(true)
->setFinder(