diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68ae4d7..752ef39 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ We're using [`composer/composer`](https://github.com/composer/composer) to manag ## Coding Standard -This project uses [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to enforce coding standards. +This project uses [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to enforce coding standards. The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository). Your Pull-Request must be compliant with the said standard.