Created
May 19, 2020 01:39
-
-
Save owenconti/a3f9fcb8be4d8a5cfbf6085772486ecc to your computer and use it in GitHub Desktop.
Setting up PHP CodeSniffer for a Laravel Application
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="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