Skip to content

Commit a315f9a

Browse files
authored
Update .php-cs-fixer.dist.php
1 parent 7aa8ce0 commit a315f9a

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
'no_superfluous_phpdoc_tags' => ['remove_inheritdoc' => true],
3534
'header_comment' => ['header' => $fileHeaderComment],
3635
])

0 commit comments

Comments
 (0)