Skip to content

Instantly share code, notes, and snippets.

@renalpha
Created September 20, 2019 11:49
Show Gist options
  • Save renalpha/b88d0f160605ae90c04c52e6983fd77e to your computer and use it in GitHub Desktop.
Save renalpha/b88d0f160605ae90c04c52e6983fd77e to your computer and use it in GitHub Desktop.
phpcs on save
Preferences -> tools -> File watchers
// Program
vendor/path/to/phpcs
// Arguments
--standard=phpcs.xml --encoding=utf-8 $FilePath$
// Working directory and environments variables
/path/to/your/project/dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment