1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Rule: Namespaces.AlphabeticallySortedUses.psr12Compatible = true

This commit is contained in:
rarila 2021-12-15 05:11:15 +01:00
parent 97e6511fab
commit d8dc542b9f

View File

@ -151,6 +151,7 @@
-->
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses">
<properties>
<property name="psr12Compatible" type="bool" value="true"/>
<property name="caseSensitive" value="true"/>
</properties>
</rule>