We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07daa2c commit 2ddf0a7Copy full SHA for 2ddf0a7
SandFox_Base/ruleset.xml
@@ -35,6 +35,10 @@
35
</rule>
36
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses"/>
37
<rule ref="SlevomatCodingStandard.PHP.OptimizedFunctionsWithoutUnpacking"/>
38
- <rule ref="SlevomatCodingStandard.Namespaces.UnusedUses"/>
+ <rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
39
+ <properties>
40
+ <property name="searchAnnotations" value="true"/>
41
+ </properties>
42
+ </rule>
43
<config name="ParanoiaMode" value="0"/>
44
</ruleset>
0 commit comments