File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Run test suite
4444 run : composer run-script test
45+
46+ - name : Run PHPStan
47+ run : composer phpstan
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ### Features
4+
5+ * added to run PHPStan in GitHub Action flow.
6+
37## v1.1.1 (2023-07-30)
48
59### Features
Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ $ bin/php-class-diagram --division-diagram test/fixtures/enum/
286286### Open shell
287287
288288``` bash
289- docker- compose build
290- docker- compose run --rm php_cli bash
289+ docker compose build
290+ docker compose run --rm php_cli bash
291291```
292292
293293### install dependencies
Original file line number Diff line number Diff line change 3535 ],
3636 "build" : [
3737 " php -d phar.readonly=off ./vendor/bin/phar-composer build ./"
38+ ],
39+ "phpstan" : [
40+ " vendor/bin/phpstan analyse"
3841 ]
3942 },
4043 "bin" : [
You can’t perform that action at this time.
0 commit comments