Skip to content

Instantly share code, notes, and snippets.

@owenconti
Created May 19, 2020 01:39
Show Gist options
  • Select an option

  • Save owenconti/a3f9fcb8be4d8a5cfbf6085772486ecc to your computer and use it in GitHub Desktop.

Select an option

Save owenconti/a3f9fcb8be4d8a5cfbf6085772486ecc to your computer and use it in GitHub Desktop.
Setting up PHP CodeSniffer for a Laravel Application
<?xml version="1.0"?>
<ruleset name="Standard">
<rule ref="PSR2">
<exclude name="PSR1.Methods.CamelCapsMethodName"/>
</rule>
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment