Skip to content
Open
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 readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Ensure all the guides are followed and style/test checkers pass before pushing y

1. Build the required services and Docker container with `$ make docker-build`
2. SSH into the container with `$ make docker-bash`
3. Confirm [code style checker](https://github.com/squizlabs/php_codesniffer) passes with `$ make run-phpcs`
3. Confirm [code style checker](https://github.com/PHPCSStandards/PHP_CodeSniffer) passes with `$ make run-phpcs`
4. Confirm [code quality checker](https://github.com/phpstan/phpstan) passes with `$ make run-phpstan`
5. Confirm [code texts checker](https://github.com/sebastianbergmann/phpunit) passes with `$ make run-phpunit`

Expand Down