Skip to content

Commit 1f4cba9

Browse files
committed
Documentation improvement
1 parent fa971dc commit 1f4cba9

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,13 @@ sudo docker-compose exec -T php php -d memory_limit=256M -d xdebug.profiler_enab
279279
### Testing PHP application with PHPUnit
280280

281281
```sh
282-
sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --configuration ./app/
282+
sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --configuration ./app
283283
```
284284

285285
### Fixing 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 -v --standard=PSR2 ./app/src/
288+
sudo docker-compose exec -T php ./app/vendor/bin/phpcbf -v --standard=PSR2 ./app/src
289289
```
290290

291291
### Checking the standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)

doc/configure-cacert-for-local.md

-26
This file was deleted.

0 commit comments

Comments
 (0)