1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 06:44:04 +00:00

add --xdebug option to phpstan

This commit is contained in:
Samuel Štancl 2023-02-21 18:28:57 +01:00 committed by GitHub
parent e531f96c4b
commit 8b7862d8ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,4 +119,4 @@ jobs:
- name: Install composer dependencies
run: composer install
- name: Run phpstan
run: vendor/bin/phpstan analyse
run: vendor/bin/phpstan analyse --xdebug