Skip to content

Commit

Permalink
Improve Library Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Sep 21, 2015
1 parent 036a180 commit 59a0298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We accept bug reports via issues created on [Github](https://github.com/thephple

We accept contributions via Pull Requests on [Github](https://github.com/thephpleague/uri/pull).

- **[PSR-2 Coding Standard](http://www.php-fig.org/psr/psr-2/)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://packagist.org/packages/squizlabs/php_codesniffer).
- **[PSR-2 Coding Standard](http://www.php-fig.org/psr/psr-2/)** - Your patch won't be accepted if it doesn't pass the package coding style test suite.

- **Add tests!** - Your patch won't be accepted if it doesn't have tests.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ $ composer require league/uri
Testing
-------

`League\Uri` has a [PHPUnit](https://phpunit.de) test suite. To run the tests, run the following command from the project folder.
`League\Uri` has a [PHPUnit](https://phpunit.de) test suite and a coding style compliance test suite using [PHP CS Fixer](http://cs.sensiolabs.org/). To run the tests, run the following command from the project folder.

``` bash
$ phpunit
$ composer test
```

Contributing
Expand Down

0 comments on commit 59a0298

Please sign in to comment.