Search for use in annotations

master 1.2021.10.22
Anton Smirnov 2 years ago
parent 07daa2c63e
commit 2ddf0a704b

@ -35,6 +35,10 @@
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses"/>
<rule ref="SlevomatCodingStandard.PHP.OptimizedFunctionsWithoutUnpacking"/>
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses"/>
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
<properties>
<property name="searchAnnotations" value="true"/>
</properties>
</rule>
<config name="ParanoiaMode" value="0"/>
</ruleset>

Loading…
Cancel
Save