From f7d7c4d61db4220e07d4abd5cb7de690d1aad004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 5 Sep 2024 09:07:38 +0200 Subject: [PATCH] Ignore complaints about dead code We've declared types in phpdoc, but they are not enforced by type declarations, so we are enforcing them with checks. Psalm complains it is dead code because it assumes the types can be trusted. --- psalm.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/psalm.xml b/psalm.xml index 3943f431d..e0eefe97e 100644 --- a/psalm.xml +++ b/psalm.xml @@ -15,4 +15,12 @@ + + + + + + + +