diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6bb1e639..0f54227d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -51,4 +51,4 @@ jobs: run: composer update --prefer-stable --no-interaction --prefer-dist --no-progress - name: Run PHPStan - run: vendor/bin/phpstan analyse + run: vendor/bin/phpstan analyse --no-progress