We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa971dc commit 1f4cba9Copy full SHA for 1f4cba9
README.md
@@ -279,13 +279,13 @@ sudo docker-compose exec -T php php -d memory_limit=256M -d xdebug.profiler_enab
279
### Testing PHP application with PHPUnit
280
281
```sh
282
-sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --configuration ./app/
+sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --configuration ./app
283
```
284
285
### Fixing standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
286
287
288
-sudo docker-compose exec -T php ./app/vendor/bin/phpcs -v --standard=PSR2 ./app/src/
+sudo docker-compose exec -T php ./app/vendor/bin/phpcbf -v --standard=PSR2 ./app/src
289
290
291
### Checking the standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
doc/configure-cacert-for-local.md
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments