We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa8ce0 commit a315f9aCopy full SHA for a315f9a
.php-cs-fixer.dist.php
@@ -30,7 +30,6 @@
30
'@Symfony:risky' => true,
31
'protected_to_private' => false,
32
'native_constant_invocation' => ['strict' => false],
33
- 'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => false],
34
'no_superfluous_phpdoc_tags' => ['remove_inheritdoc' => true],
35
'header_comment' => ['header' => $fileHeaderComment],
36
])
0 commit comments