Skip to content

Commit 1c5e11b

Browse files
committed
Update README
1 parent a8e0c22 commit 1c5e11b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@ sudo docker exec $(sudo docker-compose ps -q php) php ./app/vendor/apigen/apigen
263263
sudo docker exec $(sudo docker-compose ps -q php) ./app/vendor/bin/phpunit --colors=always --configuration app/
264264
```
265265

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+
266272
### Checking installed PHP extensions
267273

268274
```sh

0 commit comments

Comments
 (0)