Skip to content

Commit 99035a4

Browse files
committed
Update Readme
1 parent 733b497 commit 99035a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --confi
285285
### Checking the standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
286286

287287
```sh
288-
sudo docker-compose exec -T php ./app/vendor/bin/phpcs --standard=PSR2 ./app/src
288+
sudo docker-compose exec -T php ./app/vendor/bin/phpcs -v --standard=PSR2 ./app/src
289289
```
290290

291291
### Checking installed PHP extensions

0 commit comments

Comments
 (0)