Skip to content

Commit

Permalink
Enforce alphabetically sorted use-statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 11, 2024
1 parent 50e6909 commit 4ee2921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpcs-simplesamlphp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
<!-- Do not allow any unused use-statements to exist -->
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses" />

<!-- Enforce alphabetically sorted use-statements -->
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" />
</ruleset>

0 comments on commit 4ee2921

Please sign in to comment.