File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset >
33 <!-- Contributte Coding Standard -->
4- <rule ref =" ./vendor/ninjify/coding-standard/contributte.xml" >
5- <exclude name =" SlevomatCodingStandard.ControlStructures.ControlStructureSpacing" />
6- <exclude name =" SlevomatCodingStandard.ControlStructures.RequireTernaryOperator" />
7- <exclude name =" SlevomatCodingStandard.ControlStructures.EarlyExit" />
8- </rule >
4+ <rule ref =" ./vendor/ninjify/coding-standard/contributte.xml" />
95
106 <!-- Specific rules -->
117 <rule ref =" SlevomatCodingStandard.Files.TypeNameMatchesFileName" >
128 <properties >
13- <property name =" rootNamespaces" type =" array" value = "
14- src=> Contributte\Console,
15- tests/cases=> Tests\Cases,
16- tests/fixtures=> Tests\Fixtures
17- " / >
9+ <property name =" rootNamespaces" type =" array" >
10+ < element key = " src" value = " Contributte\Console" />
11+ < element key = " tests/cases" value = " Tests\Cases" />
12+ < element key = " tests/fixtures" value = " Tests\Fixtures" />
13+ </ property >
1814 </properties >
1915 </rule >
2016
You can’t perform that action at this time.
0 commit comments