Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79b9cee

Browse files
committed
Merge branch '7.1' into fix_54015
2 parentsed1fa69 +3a02e21 commit79b9cee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

‎.php-cs-fixer.dist.php‎

Lines changed: 0 additions & 9 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp