Skip to content

Commit e152588

Browse files
committed
Merge branch 'jobs' into development
2 parents 82a450f + 0d8315c commit e152588

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11-
[*.{md, rst}]
11+
[*.{md,rst}]
1212
trim_trailing_whitespace = false
1313

1414
[*.yml]

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: PHPStan
4747
run:
48-
vendor/bin/phpstan analyse --xdebug -vvv
48+
vendor/bin/phpstan analyse -vvv
4949

5050
- name: PHPUnit
5151
run: vendor/bin/phpunit --verbose

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test:php:
2020
- composer normalize --dry-run --indent-size=4 --indent-style=space
2121
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
2222
- vendor/bin/phpmd app xml phpmd.xml
23-
- vendor/bin/phpstan analyse --xdebug -vvv
23+
- vendor/bin/phpstan analyse -vvv
2424
- vendor/bin/phpunit --colors=never
2525
- phpdoc
2626
artifacts:

0 commit comments

Comments
 (0)