Skip to content

Commit

Permalink
Enhancement: Enable simple_to_complex_string_variable fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Jul 3, 2020
1 parent e2b5343 commit 72ac7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ return PhpCsFixer\Config::create()
'semicolon_after_instruction' => true,
'set_type_to_cast' => true,
'short_scalar_cast' => true,
'simple_to_complex_string_variable' => true,
'simplified_null_return' => false,
'single_blank_line_at_eof' => true,
'single_import_per_statement' => true,
Expand Down

0 comments on commit 72ac7dd

Please sign in to comment.