From eeed7e6a0a43520a58191a40b4a6f7566caebc0e Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 3 Aug 2021 18:57:41 +0100 Subject: [PATCH] chore: removes scripts folder --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 35d5f07e..a32cf76a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,7 +7,6 @@ parameters: level: max paths: - src - - scripts checkMissingIterableValueType: true checkGenericClassInNonGenericObjectType: false