Skip to content

Instantly share code, notes, and snippets.

@clagiordano
Created April 1, 2018 19:48
Show Gist options
  • Save clagiordano/6d1a7429270240519921660cd6dd2134 to your computer and use it in GitHub Desktop.
Save clagiordano/6d1a7429270240519921660cd6dd2134 to your computer and use it in GitHub Desktop.
PSR2 code sniffer ruleset
<?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