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 56
56
57
57
- name : PHPStan
58
58
run :
59
- vendor/bin/phpstan analyse --xdebug - vvv
59
+ vendor/bin/phpstan analyse -vvv
60
60
61
61
- name : PHPUnit
62
62
env :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ test:php:
27
27
- composer normalize --dry-run --indent-size=4 --indent-style=space
28
28
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
29
29
- vendor/bin/phpmd src xml phpmd.xml
30
- - vendor/bin/phpstan analyse --xdebug - vvv
30
+ - vendor/bin/phpstan analyse -vvv
31
31
- vendor/bin/phpunit --colors=never
32
32
- phpdoc
33
33
artifacts :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ commands=(
6
6
" composer normalize --dry-run --indent-size=4 --indent-style=space"
7
7
" vendor/bin/php-cs-fixer fix --diff --dry-run --verbose"
8
8
" vendor/bin/phpmd src xml phpmd.xml"
9
- " vendor/bin/phpstan analyse --xdebug - vvv"
9
+ " vendor/bin/phpstan analyse -vvv"
10
10
" vendor/bin/phpunit"
11
11
" phpdoc"
12
12
)
You can’t perform that action at this time.
0 commit comments