Skip to content

Instantly share code, notes, and snippets.

@timneutkens
Created July 30, 2017 20:36
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 timneutkens/94743f6d1884ad2884ebfb9b8c67ffdf to your computer and use it in GitHub Desktop.
Save timneutkens/94743f6d1884ad2884ebfb9b8c67ffdf to your computer and use it in GitHub Desktop.
Use lint-staged with PHPcs fixer
for var in "$@"
do
./vendor/bin/php-cs-fixer fix --level=psr2 $var
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment