Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 465 Bytes

File metadata and controls

22 lines (12 loc) · 465 Bytes

Contributing

Step 1

Git clone the php code sniffer

git clone git@github.com:squizlabs/PHP_CodeSniffer.git

Step 2

Install PHPUnit

Step 3

Fork repository and clone your coding standard repository into "CodeSniffer/Standards/"

git clone git@github.com:m-idler/symfony-coding-standard.git Symfony

Step 4

Check out a new branch to make your changes on: git checkout -b <your_new_branch