Skip to content

Commit

Permalink
Enhancement: Enable heredoc_to_nowdoc 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 1a87118 commit 2bbf328
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 @@ -77,6 +77,7 @@ return PhpCsFixer\Config::create()
'fully_qualified_strict_types' => true,
'function_declaration' => true,
'header_comment' => ['header' => $header, 'separate' => 'none'],
'heredoc_to_nowdoc' => true,
'increment_style' => [
'style' => PhpCsFixer\Fixer\Operator\IncrementStyleFixer::STYLE_POST,
],
Expand Down

0 comments on commit 2bbf328

Please sign in to comment.