Skip to content

Commit

Permalink
Laravel: Orders interfaces and traits
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Sep 1, 2023
1 parent 3e8c923 commit 89360e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RuleSet/Sets/Laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ protected function rules(): array
'not_operator_with_successor_space' => true,
'object_operator_without_whitespace' => true,
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['const', 'class', 'function']],
'ordered_interfaces' => true,
'ordered_traits' => true,
'phpdoc_indent' => true,
'phpdoc_inline_tag_normalizer' => true,
'phpdoc_no_access' => true,
Expand Down

0 comments on commit 89360e6

Please sign in to comment.