Skip to content

Commit

Permalink
Merge branch '7.1' into fix_54015
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachase committed Feb 29, 2024
2 parents ed1fa69 + 3a02e21 commit 79b9cee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .php-cs-fixer.dist.php
Expand Up @@ -29,17 +29,8 @@
'@Symfony' => true,
'@Symfony:risky' => true,
'protected_to_private' => false,
'native_constant_invocation' => ['strict' => false],
'no_superfluous_phpdoc_tags' => [
'remove_inheritdoc' => true,
'allow_unused_params' => true, // for future-ready params, to be replaced with https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7377
],
'nullable_type_declaration_for_default_null_value' => true,
'header_comment' => ['header' => $fileHeaderComment],
'modernize_strpos' => true,
'get_class_to_class_keyword' => true,
'nullable_type_declaration' => true,
'ordered_types' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
'trailing_comma_in_multiline' => ['elements' => ['arrays', 'match', 'parameters']],
])
->setRiskyAllowed(true)
Expand Down

0 comments on commit 79b9cee

Please sign in to comment.