ogsoft-example/phpstan.neon.dist

9 lines
205 B
Plaintext
Raw Normal View History

2024-08-07 10:31:57 +00:00
parameters:
level: 8
paths:
- app/
- tests/
ignoreErrors:
- '#Call to an undefined static method App\\Models#'
- '#Access to an undefined property App\\Models#'