Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79b9cee

Browse files
committed
Merge branch '7.1' into fix_54015
2 parents ed1fa69 + 3a02e21 commit 79b9cee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.php-cs-fixer.dist.php

-9
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,8 @@
2929
'@Symfony' => true,
3030
'@Symfony:risky' => true,
3131
'protected_to_private' => false,
32-
'native_constant_invocation' => ['strict' => false],
33-
'no_superfluous_phpdoc_tags' => [
34-
'remove_inheritdoc' => true,
35-
'allow_unused_params' => true, // for future-ready params, to be replaced with https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7377
36-
],
37-
'nullable_type_declaration_for_default_null_value' => true,
3832
'header_comment' => ['header' => $fileHeaderComment],
39-
'modernize_strpos' => true,
40-
'get_class_to_class_keyword' => true,
4133
'nullable_type_declaration' => true,
42-
'ordered_types' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
4334
'trailing_comma_in_multiline' => ['elements' => ['arrays', 'match', 'parameters']],
4435
])
4536
->setRiskyAllowed(true)

0 commit comments

Comments
 (0)