Skip to content

Instantly share code, notes, and snippets.

@vluzrmos
Last active September 11, 2015 10:53
Show Gist options
  • Select an option

  • Save vluzrmos/ea54641f252d16433d07 to your computer and use it in GitHub Desktop.

Select an option

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

vluzrmos commented Jul 1, 2015

Copy link
Copy Markdown
Author

[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