Skip to content

Instantly share code, notes, and snippets.

@Ghustavh97
Last active August 14, 2020 06:51
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 Ghustavh97/8f82827eb7fb17b86cd0b7ddba0e73a7 to your computer and use it in GitHub Desktop.
Save Ghustavh97/8f82827eb7fb17b86cd0b7ddba0e73a7 to your computer and use it in GitHub Desktop.

PSR2 Standards [phpcs]

<?xml version="1.0"?>
<ruleset name="GhustavhCustomPSR2Standard">
    <description>Ghustavh PSR2 Custom Standard.</description>
    <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