Skip to content

Instantly share code, notes, and snippets.

@bloatfan
Last active February 20, 2017 08:34
Show Gist options
  • Save bloatfan/9bbb6b576832f6897a11f3e8a8661272 to your computer and use it in GitHub Desktop.
Save bloatfan/9bbb6b576832f6897a11f3e8a8661272 to your computer and use it in GitHub Desktop.
phpcs.xml.dist
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="PHP_CodeSniffer">
<description>The coding standard for PHP_CodeSniffer itself.</description>
<exclude-pattern>*/vendor/*</exclude-pattern>
<rule ref="PSR2"/>
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment