From a045a321bc4dee1b59a845ff26300d5a796afd83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mat=C4=9Bj=C4=8Dek?= Date: Fri, 10 Feb 2023 07:28:11 +0100 Subject: [PATCH] Phpstan: support max keyword --- .github/workflows/checks.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d02a126..a591215 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -32,7 +32,7 @@ jobs: run: vendor/bin/php-cs-fixer fix -v --dry-run - name: PhpStan - run: vendor/bin/phpstan analyse --level 9 src + run: vendor/bin/phpstan analyse --level max src tests: name: Unit Tests [PHP ${{ matrix.php-versions }}] diff --git a/Makefile b/Makefile index d71743c..bf18764 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ cs.check: stan: PHP=81 make composer.update - docker exec 68publishers.asset.81 vendor/bin/phpstan analyse --level 9 src + docker exec 68publishers.asset.81 vendor/bin/phpstan analyse --level max src coverage: PHP=81 make composer.update