diff --git a/tests/recordmanager.php-cs-fixer.php b/tests/recordmanager.php-cs-fixer.php index f55adbf3..260e221b 100644 --- a/tests/recordmanager.php-cs-fixer.php +++ b/tests/recordmanager.php-cs-fixer.php @@ -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,