Skip to content

Commit

Permalink
CS linebreak_after_opening_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Apr 11, 2023
1 parent 332ee23 commit 3d4ae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'native_constant_invocation' => true,
'ordered_imports' => true,
'declare_strict_types' => true,
'linebreak_after_opening_tag' => false, // True
'linebreak_after_opening_tag' => false,
'single_import_per_statement' => false,
'blank_line_after_opening_tag' => false,
'concat_space' => ['spacing'=>'one'],
Expand Down

0 comments on commit 3d4ae66

Please sign in to comment.