From b1b6d86298607c702469267d4612d90ee8e361fb Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Tue, 10 Sep 2024 15:41:40 +0900 Subject: [PATCH] Suppress UndefinedClass error in RedisDsnProvider Add a configuration to suppress the UndefinedClass error specifically for the src/RedisDsnProvider.php file. This ensures the psalm static analysis tool does not report this issue, facilitating a smoother development workflow. --- psalm.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/psalm.xml b/psalm.xml index 11988020..e8b36f1e 100644 --- a/psalm.xml +++ b/psalm.xml @@ -14,4 +14,11 @@ + + + + + + +