You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
288B

  1. <?xml version="1.0"?>
  2. <ruleset name="App">
  3. <rule ref="CakePHP"/>
  4. <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint">
  5. <exclude-pattern>*/src/Controller/*</exclude-pattern>
  6. </rule>
  7. <file>src/</file>
  8. <file>tests/</file>
  9. </ruleset>

Powered by TurnKey Linux.