We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a0c56 commit 9c8bf2eCopy full SHA for 9c8bf2e
2 files changed
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: PHPStan
47
run:
48
- vendor/bin/phpstan analyse --xdebug -vvv
+ vendor/bin/phpstan analyse -vvv
49
50
- name: PHPUnit
51
run: vendor/bin/phpunit --verbose
.gitlab-ci.yml
@@ -21,7 +21,7 @@ test:php:
21
- composer normalize --dry-run --indent-size=4 --indent-style=space
22
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
23
- vendor/bin/phpmd public xml phpmd.xml
24
- - vendor/bin/phpstan analyse --xdebug -vvv
+ - vendor/bin/phpstan analyse -vvv
25
- vendor/bin/phpunit --colors=never
26
- phpdoc
27
artifacts:
0 commit comments