Last active
February 20, 2017 08:34
-
-
Save bloatfan/9bbb6b576832f6897a11f3e8a8661272 to your computer and use it in GitHub Desktop.
phpcs.xml.dist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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