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 3997268 commit 2de29f2Copy full SHA for 2de29f2
src/LEVIY/ruleset.xml
@@ -56,7 +56,11 @@
56
<property name="searchAnnotations" value="true"/>
57
</properties>
58
</rule>
59
- <rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses"/>
+ <rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses">
60
+ <properties>
61
+ <property name="psr12Compatible" value="true"/>
62
+ </properties>
63
+ </rule>
64
65
<!-- Use PHP native type hints whenever possible. Use docblocks only when
66
the use of native type hints is impossible. -->
0 commit comments