diff options
Diffstat (limited to 'phpstan-next.neon')
| -rw-r--r-- | phpstan-next.neon | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phpstan-next.neon b/phpstan-next.neon new file mode 100644 index 000000000..0cc7f5eac --- /dev/null +++ b/phpstan-next.neon @@ -0,0 +1,18 @@ +includes: + - phpstan.neon + +parameters: + level: 9 + excludePaths: + analyse: + # TODO: Update files below and remove them from this list + - app/Controllers/configureController.php + - app/Controllers/importExportController.php + - app/Models/DatabaseDAO.php + - app/Models/Entry.php + - app/Models/Feed.php + - app/Services/ImportService.php + - app/views/configure/archiving.phtml + - app/views/helpers/feed/update.phtml + - lib/Minz/Helper.php + - lib/Minz/Request.php |
