csvxml/phpstan.neon
Joshua Ramon Enslin 5b71f800c2
Improve type-safety, error reporting
phpcs-errors:221 phpunit-status:successful phpstan-errors:548
2020-10-31 01:53:40 +01:00

13 lines
263 B
Plaintext

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