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 45
45
46
46
- name : PHPStan
47
47
run :
48
- vendor/bin/phpstan analyse --xdebug - vvv
48
+ vendor/bin/phpstan analyse -vvv
49
49
50
50
- name : PHPUnit
51
51
run : vendor/bin/phpunit --verbose
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ test:php:
21
21
- composer normalize --dry-run --indent-size=4 --indent-style=space
22
22
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
23
23
- vendor/bin/phpmd src xml phpmd.xml
24
- - vendor/bin/phpstan analyse --xdebug - vvv
24
+ - vendor/bin/phpstan analyse -vvv
25
25
- vendor/bin/phpunit --colors=never
26
26
- phpdoc
27
27
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