Git clone the php code sniffer
git clone git@github.com:squizlabs/PHP_CodeSniffer.git
Fork repository and clone your coding standard repository into "CodeSniffer/Standards/"
git clone git@github.com:m-idler/symfony-coding-standard.git Symfony
Check out a new branch to make your changes on: git checkout -b <your_new_branch