Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down