File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
66
66
- name : PHPStan
67
67
run :
68
- vendor/bin/phpstan analyse --xdebug - vvv
68
+ vendor/bin/phpstan analyse -vvv
69
69
70
70
- name : PHPUnit
71
71
env :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ test:php:
28
28
- composer normalize --dry-run --indent-size=4 --indent-style=space
29
29
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
30
30
- vendor/bin/phpmd src xml phpmd.xml
31
- - vendor/bin/phpstan analyse --xdebug - vvv
31
+ - vendor/bin/phpstan analyse -vvv
32
32
- vendor/bin/phpunit --colors=never
33
33
- phpdoc
34
34
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