From 7e01c3f51a1a9bccfae63173f68281327760cb5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=CC=81s=CC=8C=20Bar=CC=8Ctipa=CC=81n?= Date: Mon, 7 Oct 2024 14:04:43 +0200 Subject: [PATCH] chore: update phpstan config --- stubs/phpstan.stub | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/stubs/phpstan.stub b/stubs/phpstan.stub index ac65c35..ec184f0 100644 --- a/stubs/phpstan.stub +++ b/stubs/phpstan.stub @@ -1,8 +1,11 @@ includes: - - ./vendor/larastan/larastan/extension.neon + - vendor/larastan/larastan/extension.neon parameters: - level: 7 - + level: 5 paths: - - app/ + - app + - config + reportUnmatchedIgnoredErrors: true + checkMissingIterableValueType: true + checkModelProperties: false