Skip to content

Commit 2ddf0a7

Browse files
committed
Search for use in annotations
1 parent 07daa2c commit 2ddf0a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SandFox_Base/ruleset.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
</rule>
3636
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses"/>
3737
<rule ref="SlevomatCodingStandard.PHP.OptimizedFunctionsWithoutUnpacking"/>
38-
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses"/>
38+
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
39+
<properties>
40+
<property name="searchAnnotations" value="true"/>
41+
</properties>
42+
</rule>
3943
<config name="ParanoiaMode" value="0"/>
4044
</ruleset>

0 commit comments

Comments
 (0)