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 b4dffa0 commit 52eb47cCopy full SHA for 52eb47c
ruleset.xml
@@ -22,6 +22,12 @@
22
<exclude name="SlevomatCodingStandard.Commenting.DisallowOneLinePropertyDocComment"/>
23
</rule>
24
25
+ <rule ref="SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse">
26
+ <properties>
27
+ <property name="searchAnnotations" value="true"/>
28
+ </properties>
29
+ </rule>
30
+
31
<rule ref="SlevomatCodingStandard.TypeHints.TypeHintDeclaration">
32
<properties>
33
<property name="enableObjectTypeHint" value="true"/>
0 commit comments