taktik-laravel-pohovor/phpstan.neon.dist
2025-01-23 00:45:59 +01:00

9 lines
205 B
Plaintext

parameters:
level: 8
paths:
- app/
- tests/
ignoreErrors:
- '#Call to an undefined static method App\\Models#'
- '#Access to an undefined property App\\Models#'