Add PHPSTAN config

phpcs-errors:226 phpunit-status:successful phpstan-errors:202
This commit is contained in:
2020-08-22 15:53:10 +02:00
committed by Stefan Rohde-Enslin
parent 34c475f3d6
commit b61b00c540
4 changed files with 24 additions and 2 deletions

16
phpstan.neon Normal file
View File

@ -0,0 +1,16 @@
parameters:
level: 8
paths:
- csv.php
- index.php
- index3.php
- index6.php
- upload.php
- zipit.php
- classes
- functions
- inc
- tests
ignoreErrors:
- '#Class MDDBConnectionImpossible not found.#'
- '#Class MDMysqliExpectedError not found.#'