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 @@ -8,7 +8,7 @@ indent_style = space
8
8
insert_final_newline = true
9
9
trim_trailing_whitespace = true
10
10
11
- [* .{md, rst} ]
11
+ [* .{md,rst} ]
12
12
trim_trailing_whitespace = false
13
13
14
14
[* .yml ]
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 @@ -20,7 +20,7 @@ test:php:
20
20
- composer normalize --dry-run --indent-size=4 --indent-style=space
21
21
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
22
22
- vendor/bin/phpmd app xml phpmd.xml
23
- - vendor/bin/phpstan analyse --xdebug - vvv
23
+ - vendor/bin/phpstan analyse -vvv
24
24
- vendor/bin/phpunit --colors=never
25
25
- phpdoc
26
26
artifacts :
You can’t perform that action at this time.
0 commit comments