Files
api/services/nginx/app/phpstan.neon.dist
T

26 lines
547 B
Plaintext

parameters:
level: 0
paths:
- classes
- interfaces
- traits
- objects
- modules
- routes
- statistics
- tests/Unit
- tests/Integration
- tests/Api
bootstrapFiles:
- vendor/autoload.php
tmpDir: build/phpstan
excludePaths:
analyse:
- vendor
- build
- .phpunit.cache
- modules/*/vendor
- modules/*/vendor/*
- tests/Legacy
reportUnmatchedIgnoredErrors: false