From 1c22c499ddd94a6d1a79c905ba8469dec8ec56ae Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Wed, 22 May 2024 01:59:54 +0700 Subject: [PATCH] fix: remove deprecated config option --- phpstan.neon.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 5bba7cc..d291033 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -4,4 +4,3 @@ parameters: - src - config tmpDir: build/phpstan - checkMissingIterableValueType: false