Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1f4cba9

Browse files
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‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /