Skip to content

Commit

Permalink
Merge pull request #3 from uptimeproject/no-lines-between-consts
Browse files Browse the repository at this point in the history
Don't add lines between consts
  • Loading branch information
FrontEndCoffee authored Jul 27, 2021
2 parents 0f862b8 + 87ae6cc commit 42d1e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getRules(): array
'single_line_comment_style' => ['comment_types' => ['hash']],
'list_syntax' => ['syntax' => 'short'],
'lowercase_cast' => true,
'class_attributes_separation' => true,
'class_attributes_separation' => ['elements' => ['method' => 'one', 'property' => 'one']],
'new_with_braces' => true,
'no_blank_lines_after_class_opening' => true,
'no_blank_lines_after_phpdoc' => true,
Expand Down

0 comments on commit 42d1e40

Please sign in to comment.