From b98ed884020e9c740b2c6f2daa74419763728b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 16 Sep 2020 20:09:53 +0200 Subject: [PATCH] PHPStan is GH Actions-friendly no need for cs2pr --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53e9f9cd..734902b5 100644 --- a/README.md +++ b/README.md @@ -594,10 +594,10 @@ For examples refer to [cs2pr documentation](https://github.com/staabm/annotate-p uses: shivammathur/setup-php@v2 with: php-version: '7.4' - tools: cs2pr, phpstan + tools: phpstan - name: PHPStan - run: phpstan analyse src --error-format=checkstyle | cs2pr + run: phpstan analyse src ``` ### Examples