mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
phpstan level fix
This commit is contained in:
parent
b2efd91008
commit
3207946802
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user