Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99035a4

Browse files
committedSep 28, 2017
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.