diff --git a/.php_cs.dist b/.php_cs.dist index 3b81c4686e..cf005b001e 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -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(