Skip to content

Commit

Permalink
Mention PHP CS Fixer in the contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Jan 2, 2016
1 parent 2512a54 commit c3e07cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -14,6 +14,8 @@ tool](http://cs.sensiolabs.org/).

You MUST run the test suite.

You MUST run the coding standard fixer tool.

You MUST write (or update) unit tests.

You SHOULD write documentation.
Expand All @@ -35,3 +37,8 @@ Thank you!
Ensure that the required vendors are installed by running `composer install`.

Run the tests with the `./vendor/bin/phpunit` command.

## Running the coding standard fixer tool

The library comes with a basic setup of [PHP CS Fixer](https://github.com/FriendsOfPhp/PHP-CS-Fixer).
It can be executed with the `./vendor/bin/php-cs-fixer` command

0 comments on commit c3e07cd

Please sign in to comment.