Skip to content

Commit 0f2fbff

Browse files
kukulichondrejmirtes
authored andcommitted
phpcs.xml cleanup
1 parent eab50ff commit 0f2fbff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

phpcs.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@
7272
<rule ref="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming"/>
7373
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
7474
<properties>
75-
<property name="rootNamespaces" type="array" value="compiler/src =>PHPStan\Compiler,compiler/tests =>PHPStan\Compiler,src=>PHPStan,tests/PHPStan=>PHPStan, tests/e2e => PHPStan\Tests"/>
75+
<property name="rootNamespaces" type="array">
76+
<element key="compiler/src" value="PHPStan\Compiler"/>
77+
<element key="compiler/tests" value="PHPStan\Compiler"/>
78+
<element key="src" value="PHPStan"/>
79+
<element key="tests/PHPStan" value="PHPStan"/>
80+
<element key="tests/e2e" value="PHPStan\Tests"/>
81+
</property>
7682
</properties>
7783
</rule>
7884
<rule ref="SlevomatCodingStandard.Classes.ModernClassNameReference"/>

0 commit comments

Comments
 (0)