More tests and error handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-03 13:01:31 +00:00
parent 27001e63c2
commit 49141719b5
4 changed files with 103 additions and 10 deletions

View File

@ -7,7 +7,7 @@ analyze-phpmd:
analyze-phpstan:
vendor/bin/phpstan analyze --level=7 --error-format=raw src/ backup
analyze-psalm:
vendor/bin/psalm
vendor/bin/psalm --no-cache
analyze-phpcs:
vendor/bin/phpcs src backup --report=emacs --standard=PSR12