Skip to content

Instantly share code, notes, and snippets.

@yuki777
Created February 24, 2015 09:52
Show Gist options
  • Save yuki777/d981683dee9d91f192a1 to your computer and use it in GitHub Desktop.
Save yuki777/d981683dee9d91f192a1 to your computer and use it in GitHub Desktop.
Install php-cs-fixer
mkdir -p ~/local/bin
wget http://cs.sensiolabs.org/get/php-cs-fixer.phar -O ~/local/bin/php-cs-fixer
chmod 755 ~/local/bin/php-cs-fixer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment