File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656
5757 - name : PHPStan
5858 run :
59- vendor/bin/phpstan analyse --xdebug - vvv
59+ vendor/bin/phpstan analyse -vvv
6060
6161 - name : PHPUnit
6262 env :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ test:php:
2727 - composer normalize --dry-run --indent-size=4 --indent-style=space
2828 - vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
2929 - vendor/bin/phpmd src xml phpmd.xml
30- - vendor/bin/phpstan analyse --xdebug - vvv
30+ - vendor/bin/phpstan analyse -vvv
3131 - vendor/bin/phpunit --colors=never
3232 - phpdoc
3333 artifacts :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ commands=(
66 " composer normalize --dry-run --indent-size=4 --indent-style=space"
77 " vendor/bin/php-cs-fixer fix --diff --dry-run --verbose"
88 " vendor/bin/phpmd src xml phpmd.xml"
9- " vendor/bin/phpstan analyse --xdebug - vvv"
9+ " vendor/bin/phpstan analyse -vvv"
1010 " vendor/bin/phpunit"
1111 " phpdoc"
1212)
You can’t perform that action at this time.
0 commit comments