Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <?xml version="1.0"?>
- <ruleset name="App">
- <rule ref="CakePHP"/>
- <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint">
- <exclude-pattern>*/src/Controller/*</exclude-pattern>
- </rule>
-
- <file>src/</file>
- <file>tests/</file>
- </ruleset>
|