ogsoft-example/phpstan.neon.dist

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#'