diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml index 696eb1d..e061664 100644 --- a/.github/workflows/phpstan.yaml +++ b/.github/workflows/phpstan.yaml @@ -28,4 +28,4 @@ jobs: run: php --version - name: PHPStan - run: vendor/bin/phpstan analyse -l 7 ./src ./tests \ No newline at end of file + run: vendor/bin/phpstan analyse -l max ./src ./tests \ No newline at end of file