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 6565
6666 - name : PHPStan
6767 run :
68- vendor/bin/phpstan analyse --xdebug - vvv
68+ vendor/bin/phpstan analyse -vvv
6969
7070 - name : PHPUnit
7171 env :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ test:php:
2828 - composer normalize --dry-run --indent-size=4 --indent-style=space
2929 - vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
3030 - vendor/bin/phpmd src xml phpmd.xml
31- - vendor/bin/phpstan analyse --xdebug - vvv
31+ - vendor/bin/phpstan analyse -vvv
3232 - vendor/bin/phpunit --colors=never
3333 - phpdoc
3434 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