Skip to content

Instantly share code, notes, and snippets.

@nasrulhazim
Created December 2, 2019 01:45
Show Gist options
  • Save nasrulhazim/0ad7f06b78fa513f026d62ce4ce8fb4a to your computer and use it in GitHub Desktop.
Save nasrulhazim/0ad7f06b78fa513f026d62ce4ce8fb4a to your computer and use it in GitHub Desktop.
Apply CS Fixer
vendor/bin/php-cs-fixer fix
# can improvise this to check if there's changes on files, do add. else ignore.
git add .
git commit -m "Apply PHP CS Fixer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment