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.
2 parents f0d5c25 + 2f26929 commit e373679Copy full SHA for e373679
2 files changed
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": ">= 7.4",
14
- "friendsofphp/php-cs-fixer": "^3.18",
+ "friendsofphp/php-cs-fixer": "^3.35.1",
15
"symfony/yaml": "^3 || ^4 || ^5 || ^6"
16
},
17
"autoload": {
config/php/phpcsfixer.rules.yml
@@ -202,7 +202,7 @@ parameters:
202
- return
203
- switch_case
204
- yield
205
- no_unneeded_curly_braces: true
+ no_unneeded_final_method: true
206
no_unreachable_default_argument_value: true
207
no_unset_cast: true
208
no_unset_on_property: true
0 commit comments