Skip to content

Commit

Permalink
Merge pull request #51 from stickeeuk/feat/rule-ordered-traits
Browse files Browse the repository at this point in the history
feat(rule): ordered traits
  • Loading branch information
stickeepaul authored Dec 11, 2024
2 parents 4d3e30f + e2ddf48 commit c134a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RuleSet/StickeeBaseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public function rules(): array
],
],
'ordered_interfaces' => true,
'ordered_traits' => true,
'phpdoc_add_missing_param_annotation' => ['only_untyped' => true],
'phpdoc_align' => ['align' => 'left'],
'phpdoc_indent' => true,
Expand Down

0 comments on commit c134a5e

Please sign in to comment.