Skip to content

Instantly share code, notes, and snippets.

@vluzrmos
Last active September 11, 2015 10:53
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 vluzrmos/ea54641f252d16433d07 to your computer and use it in GitHub Desktop.
Save vluzrmos/ea54641f252d16433d07 to your computer and use it in GitHub Desktop.
Sublime Text: Preferences > Packages Settings > PHP Code Sniffer > Settings User
{
"php_cs_fixer_on_save": true,
"php_cs_fixer_additional_args": {
"--level": "psr2",
"--fixers": "-psr0"
}
}
@vluzrmos
Copy link
Author

vluzrmos commented Jul 1, 2015

[pt-br] Eu removi o fixer psr0 pois estava tendo problemas, ele sempre alterava o namespace para lowercase.

[en] I remove the fixer psr0 because it always change my namespaces to something lowercase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment