From 6bc00ec799ba2e2d3ec4dd08e95244ed59159967 Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Mon, 17 Jun 2024 18:05:02 -0500 Subject: [PATCH] Fix phpstan file analyzing --- phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index c3ad4d0c69..f69ae8b112 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,3 +13,6 @@ parameters: - ui/front - init.php - vendor/vendor-prefixed + excludes_analyse: + - '*.txt' + - '*.json'