Fix option passing

Because this is proxied thru composer we need to separate the arguments
This commit is contained in:
Markus Staab 2020-01-25 13:00:35 +01:00 committed by GitHub
parent 948928911f
commit 51f87d62a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,4 +18,4 @@ jobs:
- run: |
composer install --no-progress
composer require staabm/annotate-pull-request-from-checkstyle:^1.0
- run: composer phpstan --error-format=checkstyle | vendor/bin/cs2pr
- run: composer phpstan -- --error-format=checkstyle | vendor/bin/cs2pr