We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a14f6b + 91ea999 commit 884b84eCopy full SHA for 884b84e
1 file changed
.github/workflows/phpstan.yml
@@ -59,7 +59,7 @@ jobs:
59
if: matrix.level == matrix.max-level && github.event.pull_request.merged == true
60
continue-on-error: true
61
run: |
62
- ./vendor/bin/phpstan analyse --memory-limit 1G -c test/phpstan.neon --generate-baseline test/phpstan-baseline.neon src test -vvv -l "${{ matrix.level }}"
+ ./vendor/bin/phpstan analyse --memory-limit 1G -c test/phpstan.neon --generate-baseline test/phpstan-baseline.neon src test -vvv --debug -l "${{ matrix.level }}"
63
exit 0
64
65
- name: Save the baseline for PHPStan
0 commit comments