diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80f587b..7d8a34e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ To contribute to the project you need to have an account on [GitHub](https://git Please follow [PSR-1](http://www.php-fig.org/psr/psr-1/) and [PSR-12](http://www.php-fig.org/psr/psr-12/) coding standards and [PSR-4](http://www.php-fig.org/psr/psr-4/) autoloading standard. -This project uses [PHPCodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for detecting coding style issues. +This project uses [PHPCodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) for detecting coding style issues. To run tests for code style write the following command in your command line inside the main Autoloader project directory diff --git a/README.md b/README.md index 1827d92..aac6197 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ composer check * [Linux Mint](https://www.linuxmint.com/) * [Visual Studio Code](https://code.visualstudio.com/) * [PHPUnit](https://phpunit.de/) -* [PHPCodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) +* [PHPCodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) * [Composer](https://getcomposer.org/) * [Git](https://git-scm.com/) * [GitHub](https://github.com/)