From 3ae471675dd86c649d8139a7ae0e4f970f76bfcf Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 31 Oct 2020 00:19:26 +0100 Subject: [PATCH] Adjust phpstan config to new folder structure phpcs-errors:221 phpunit-status:successful phpstan-errors:201 --- phpstan.neon | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index d10d89e..1389178 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,15 +1,10 @@ parameters: level: 8 paths: - - csv.php - - index.php - - index3.php - - index6.php - - upload.php - - zipit.php - classes - functions - inc + - public - tests ignoreErrors: - '#Class MDDBConnectionImpossible not found.#'