Skip to content

Commit

Permalink
Merge pull request #4 from filippeb/cs-fixer-rules
Browse files Browse the repository at this point in the history
Disable new lines between imports (including function import)
veewee authored Jun 9, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents e05271e + 8de2ea4 commit f9711da
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/.php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@
'align_multiline_comment' => true,
'array_indentation' => true,
'blank_line_after_opening_tag' => true,
'blank_line_between_import_groups' => false,
'combine_consecutive_issets' => true,
'combine_consecutive_unsets' => true,
'comment_to_phpdoc' => true,
3 changes: 2 additions & 1 deletion recipes/phpro.symfony-conventions.1.0.json
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@
" 'align_multiline_comment' => true,",
" 'array_indentation' => true,",
" 'blank_line_after_opening_tag' => true,",
" 'blank_line_between_import_groups' => false,",
" 'combine_consecutive_issets' => true,",
" 'combine_consecutive_unsets' => true,",
" 'comment_to_phpdoc' => true,",
@@ -120,7 +121,7 @@
"executable": false
}
},
"ref": "b44a63137600dea89be4ac5ed0f7dbd84305174a"
"ref": "2e3f94013a1ceed3ca270ca92a9d3240c9dd4cbd"
}
}
}

0 comments on commit f9711da

Please sign in to comment.