csvxml/phpstan.neon

12 lines
248 B
Plaintext
Raw Normal View History

parameters:
level: 8
paths:
- classes
- functions
- inc
- public
- tests
ignoreErrors:
- '#Class MDDBConnectionImpossible not found.#'
- '#Class MDMysqliExpectedError not found.#'