refactor: correct static analyze errors

This commit is contained in:
2025-12-01 18:04:54 +03:00
parent 27c99d9966
commit 5fe4aac7eb
20 changed files with 41 additions and 123 deletions

View File

@@ -56,6 +56,10 @@ jobs:
APP_ENV: testing
run: ./vendor/bin/phpunit --testdox tests/Unit tests/Telegram
- name: Static Analyzer
working-directory: module/oc_telegram_shop/upload/oc_telegram_shop
run: ./vendor/bin/phpstan analyse
phpcs:
name: Run PHP_CodeSniffer
runs-on: ubuntu-latest