8000 DX: PHP CS Fixer - drop explicit nullable_type_declaration_for_defaul… · symfony/symfony@9293906 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9293906

Browse files
authored
DX: PHP CS Fixer - drop explicit nullable_type_declaration_for_default_null_value config, as it's part of ruleset anyway
1 parent da14597 commit 9293906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
'@Symfony:risky' => true,
3131
'protected_to_private' => false,
3232
'native_constant_invocation' => ['strict' => false],
33-
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => false],
3433
'header_comment' => ['header' => $fileHeaderComment],
3534
])
3635
->setRiskyAllowed(true)

0 commit comments

Comments
 (0)
0