From 99035a44d0da58eb3a9ad51a6265f6f787e57633 Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Thu, 28 Sep 2017 11:31:08 +0200 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 390bd26..a914944 100644 --- a/README.md +++ b/README.md @@ -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/) ```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