Skip to content

Commit

Permalink
Disable PHP-CS-Fixer rule for blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Dec 8, 2024
1 parent d107f89 commit 5eb8fa7
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 @@ -15,7 +15,7 @@
'array_syntax' => ['syntax' => 'short'],
'binary_operator_spaces' => true,
'blank_line_after_namespace' => true,
'blank_line_after_opening_tag' => true,
'blank_line_after_opening_tag' => false,
'cast_spaces' => ['space' => 'single'],
'clean_namespace' => true,
'combine_nested_dirname' => true,
Expand Down

0 comments on commit 5eb8fa7

Please sign in to comment.