Update Readme

This commit is contained in:
Vincent Letourneau
2017-09-28 11:31:08 +02:00
parent 733b4979be
commit 99035a44d0

View File

@@ -285,7 +285,7 @@ sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --confi
### Checking the standard code with [PSR2](http://www.php-fig.org/psr/psr-2/) ### Checking the standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
```sh ```sh
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
``` ```
### Checking installed PHP extensions ### Checking installed PHP extensions