Skip to content

Instantly share code, notes, and snippets.

@mikaelz
Last active September 11, 2017 10:48
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 mikaelz/ac64994ddfe6f132b5135b1eb9f4bba6 to your computer and use it in GitHub Desktop.
Save mikaelz/ac64994ddfe6f132b5135b1eb9f4bba6 to your computer and use it in GitHub Desktop.
Disable commenting rule from PHPCS
<rule ref="Squiz.Commenting">
<exclude name="Squiz.Commenting.ClassComment"/>
<exclude name="Squiz.Commenting.FileComment"/>
<exclude name="Squiz.Commenting.FunctionComment"/>
<exclude name="Squiz.Commenting.VariableComment"/>
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment