Merge pull request #292 from szepeviktor/patch-1

PHPStan is GH Actions-friendly
This commit is contained in:
Shivam Mathur 2020-09-17 03:20:05 +05:30
commit 84b222366a
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -594,10 +594,10 @@ For examples refer to [cs2pr documentation](https://github.com/staabm/annotate-p
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '7.4' php-version: '7.4'
tools: cs2pr, phpstan tools: phpstan
- name: PHPStan - name: PHPStan
run: phpstan analyse src --error-format=checkstyle | cs2pr run: phpstan analyse src
``` ```
### Examples ### Examples