Update phpstan.yaml

This commit is contained in:
Markus Staab 2020-02-05 10:17:12 +01:00 committed by GitHub
parent 0b6293fa3a
commit bf116bf9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ jobs:
php-version: 7.3
coverage: none
tools: cs2pr
- run: |
composer install --no-progress
- run: composer install --no-progress
# turn the phpstan errors (formatted in checkstyle-format) into github pull request check annotations
- run: composer phpstan -- --error-format=checkstyle | cs2pr