Skip to content

Commit

Permalink
Enhancement: Enable explicit_string_variable fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Jun 29, 2020
1 parent dad6acd commit 3e9785c
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 @@ -71,6 +71,7 @@ return PhpCsFixer\Config::create()
'elseif' => true,
'encoding' => true,
'explicit_indirect_variable' => true,
'explicit_string_variable' => true,
'full_opening_tag' => true,
'function_declaration' => true,
'header_comment' => ['header' => $header, 'separate' => 'none'],
Expand Down

0 comments on commit 3e9785c

Please sign in to comment.