Skip to content

Commit 9c8bf2e

Browse files
committed
Run phpstan without --xdebug
1 parent 22a0c56 commit 9c8bf2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:php:
2121
- composer normalize --dry-run --indent-size=4 --indent-style=space
2222
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
2323
- vendor/bin/phpmd public xml phpmd.xml
24-
- vendor/bin/phpstan analyse --xdebug -vvv
24+
- vendor/bin/phpstan analyse -vvv
2525
- vendor/bin/phpunit --colors=never
2626
- phpdoc
2727
artifacts:

0 commit comments

Comments
 (0)