Skip to content

Commit

Permalink
Merge pull request #6 from filippeb/cs-fixer-deprecations
Browse files Browse the repository at this point in the history
cs-fixer deprecation v3.18 "blank_lines_before_namespace" replaces "n…
  • Loading branch information
veewee authored Sep 29, 2023
2 parents 933499b + 761bd87 commit 6d242b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^8.1",
"brianium/paratest": "^6.3",
"php-cs-fixer/shim": "^3.7",
"php-cs-fixer/shim": "^3.18",
"phpro/grumphp-shim": "^2.0",
"phpunit/phpunit": "^9.5"
},
Expand Down
1 change: 0 additions & 1 deletion configs/.php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
'multiline_whitespace_before_semicolons' => true,
'native_function_invocation' => false,
'no_alias_functions' => true,
'no_blank_lines_before_namespace' => false,
'no_extra_blank_lines' => true,
'no_null_property_initialization' => true,
'no_php4_constructor' => true,
Expand Down
3 changes: 1 addition & 2 deletions recipes/phpro.symfony-conventions.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
" 'multiline_whitespace_before_semicolons' => true,",
" 'native_function_invocation' => false,",
" 'no_alias_functions' => true,",
" 'no_blank_lines_before_namespace' => false,",
" 'no_extra_blank_lines' => true,",
" 'no_null_property_initialization' => true,",
" 'no_php4_constructor' => true,",
Expand Down Expand Up @@ -121,7 +120,7 @@
"executable": false
}
},
"ref": "2e3f94013a1ceed3ca270ca92a9d3240c9dd4cbd"
"ref": "cf9cea7b7bed384e61df5472858f35170b28371f"
}
}
}

0 comments on commit 6d242b3

Please sign in to comment.