Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DanielHudson/de272237b8c7c988df8776ba2325fb5d to your computer and use it in GitHub Desktop.
Save DanielHudson/de272237b8c7c988df8776ba2325fb5d to your computer and use it in GitHub Desktop.
PHPCS with Brew/Sublime
{
"phpcs_executable_path": "/usr/local/bin/phpcs",
"phpmd_executable_path": "/usr/local/bin/phpmd",
"php_cs_fixer_executable_path": "/usr/local/bin/php-cs-fixer",
"phpcbf_executable_path": "/usr/local/bin/phpcbf",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment