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.

phpcs.xml 217B

123456789101112
  1. <?xml version="1.0"?>
  2. <ruleset name="AuthresStatus">
  3. <description>A basic coding standard.</description>
  4. <exclude-pattern>vendor/*</exclude-pattern>
  5. <file>./</file>
  6. <rule ref="PSR2" />
  7. </ruleset>