Created
September 20, 2019 11:49
-
-
Save renalpha/b88d0f160605ae90c04c52e6983fd77e to your computer and use it in GitHub Desktop.
phpcs on save
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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