Skip to content

Commit

Permalink
Update contributing guide to list PER-CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Mar 25, 2023
1 parent 71ece0d commit 7f7441f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/Crell/T

## Pull Requests

- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``.
- **[PER-CS Coding Standard](https://www.php-fig.org/per/coding-style/)** - Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``.

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

Expand Down

0 comments on commit 7f7441f

Please sign in to comment.