Skip to content

Commit 2f26929

Browse files
Fix reestablish wrong deleted line. Raise minimum requirements.
1 parent f0d5c25 commit 2f26929

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">= 7.4",
14-
"friendsofphp/php-cs-fixer": "^3.18",
14+
"friendsofphp/php-cs-fixer": "^3.35.1",
1515
"symfony/yaml": "^3 || ^4 || ^5 || ^6"
1616
},
1717
"autoload": {

config/php/phpcsfixer.rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ parameters:
202202
- return
203203
- switch_case
204204
- yield
205-
no_unneeded_curly_braces: true
205+
no_unneeded_final_method: true
206206
no_unreachable_default_argument_value: true
207207
no_unset_cast: true
208208
no_unset_on_property: true

0 commit comments

Comments
 (0)