phpstan level fix

This commit is contained in:
Dennis Eichhorn 2022-04-06 18:52:56 +02:00
parent b2efd91008
commit 3207946802

View File

@ -158,7 +158,7 @@ jobs:
run: |
sed -i 's/path: ..\/..\/phpOMS\//path: ..\/..\//g' Build/Config/phpstan-baseline.neon
- name: phpstan
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 8 -c Build/Config/phpstan.neon ./
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 9 -c Build/Config/phpstan.neon ./
codestyle-tests:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'NO_CI')"