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.
2 parents 3997268 + 2de29f2 commit 8d6d39bCopy full SHA for 8d6d39b
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