Created
September 26, 2017 10:33
-
-
Save chrisyue/c326646e986a877c0909dc8c824d4ca3 to your computer and use it in GitHub Desktop.
php code sniffer snippet
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="Symfony2 Project"> | |
<description>Coding sniffer rules for Symfony2</description> | |
<rule ref="Symfony2"> | |
<exclude name="Symfony2.Commenting.ClassComment"/> | |
<exclude name="Symfony2.Commenting.FunctionComment"/> | |
<exclude name="PEAR.Functions.FunctionCallSignature.Indent"/> | |
</rule> | |
</ruleset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment