Skip to content

Commit

Permalink
Fix deprecated config option for php-cs-fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Sep 16, 2024
1 parent 7153a4d commit 2ef5408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/recordmanager.php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
'no_singleline_whitespace_before_semicolons' => true,
'no_spaces_around_offset' => true,
'no_unneeded_control_parentheses' => true,
'no_unneeded_curly_braces' => true,
'no_unneeded_braces' => true,
'no_unneeded_final_method' => true,
'no_unreachable_default_argument_value' => true,
'no_unused_imports' => true,
Expand Down

0 comments on commit 2ef5408

Please sign in to comment.