Created
April 1, 2018 19:48
-
-
Save clagiordano/6d1a7429270240519921660cd6dd2134 to your computer and use it in GitHub Desktop.
PSR2 code sniffer ruleset
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"?> | |
<ruleset name="PHP_CodeSniffer"> | |
<description>The coding standard for PHP_CodeSniffer itself.</description> | |
<!--<include-pattern>../src/*</include-pattern>--> | |
<exclude-pattern>../tests/*</exclude-pattern> | |
<rule ref="PSR2"/> | |
</ruleset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment