8000 Update PHP CS Fixer config to v2.18 · symfony/symfony@734361b · GitHub
[go: up one dir, main page]

Skip to content

Commit 734361b

Browse files
authored
Update PHP CS Fixer config to v2.18
1 parent 5ba237a commit 734361b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.php_cs.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ return PhpCsFixer\Config::create()
1111
'@Symfony' => true,
1212
'@Symfony:risky' => true,
1313
'protected_to_private' => false,
14-
'native_constant_invocation' => true,
15-
'list_syntax' => ['syntax' => 'short'],
1614
])
1715
->setRiskyAllowed(true)
1816
->setFinder(

0 commit comments

Comments
 (0)
0