We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e0c22 commit 1c5e11bCopy full SHA for 1c5e11b
README.md
@@ -263,6 +263,12 @@ sudo docker exec $(sudo docker-compose ps -q php) php ./app/vendor/apigen/apigen
263
sudo docker exec $(sudo docker-compose ps -q php) ./app/vendor/bin/phpunit --colors=always --configuration app/
264
```
265
266
+### Checking the standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
267
+
268
+```sh
269
+sudo docker exec $(sudo docker-compose ps -q php) ./app/vendor/bin/phpcs --standard=PSR2 app/src
270
+```
271
272
### Checking installed PHP extensions
273
274
```sh
0 commit comments