We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733b497 commit 99035a4Copy full SHA for 99035a4
README.md
@@ -285,7 +285,7 @@ sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --confi
285
### Checking the standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
286
287
```sh
288
-sudo docker-compose exec -T php ./app/vendor/bin/phpcs --standard=PSR2 ./app/src
+sudo docker-compose exec -T php ./app/vendor/bin/phpcs -v --standard=PSR2 ./app/src
289
```
290
291
### Checking installed PHP extensions
0 commit comments