Skip to content

Instantly share code, notes, and snippets.

@thomscode
Created March 11, 2018 23:16
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 thomscode/e4c474e5a0cf8f95706a6378819cf76c to your computer and use it in GitHub Desktop.
Save thomscode/e4c474e5a0cf8f95706a6378819cf76c to your computer and use it in GitHub Desktop.
DIsable PHPCS Checks

Disable PHPCS Checks

Disable PHPCS Class Namespace check

// phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace -- Because RoboFile should not be namespaced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment