Skip to content

Commit

Permalink
Add Namespaces.UnusedUses phpcs rule
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Feb 18, 2021
1 parent d75bf9a commit 56d5fe3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
</rule>

<!-- Additional Rules -->
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
<properties>
<property name="searchAnnotations" value="true"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
<properties>
<property name="annotationsGroups" type="array">
Expand Down

0 comments on commit 56d5fe3

Please sign in to comment.