From 734361bb0e876da21b0048977a086ad4ae2924ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Mon, 18 Jan 2021 03:36:26 +0100 Subject: [PATCH] Update PHP CS Fixer config to v2.18 --- .php_cs.dist | 2 -- 1 file changed, 2 deletions(-) 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(