Skip to content

Instantly share code, notes, and snippets.

@chrisyue
Created September 26, 2017 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisyue/c326646e986a877c0909dc8c824d4ca3 to your computer and use it in GitHub Desktop.
Save chrisyue/c326646e986a877c0909dc8c824d4ca3 to your computer and use it in GitHub Desktop.
php code sniffer snippet
<?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