Skip to content

Commit 4ee9087

Browse files
Merge #410
410: Add phpstan to contributing r=brunoocasali a=jonatanrdsantos # Pull Request Updated based on this comment #399 (comment) ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Jonatan Santos <[email protected]>
2 parents 74df330 + 5dd6ad0 commit 4ee9087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can set up your local environment natively or using `docker`, check out the
4949

5050
Example of running all the checks with docker:
5151
```bash
52-
docker-compose run --rm package bash -c "composer install && composer test && composer lint"
52+
docker-compose run --rm package bash -c "composer install && composer test && composer lint && composer phpstan"
5353
```
5454

5555
To install dependencies:

0 commit comments

Comments
 (0)