refactor: correct static analyze errors
This commit is contained in:
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user