From 3ab45741b127ffa2ef2cef1c90e0804786e6662d Mon Sep 17 00:00:00 2001 From: Charles Sprayberry Date: Sat, 13 May 2023 21:37:15 -0400 Subject: [PATCH] Update psalm config to not trigger deprecations --- psalm.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/psalm.xml b/psalm.xml index 4029978..0e79b15 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,6 +5,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" + findUnusedBaselineEntry="true" + findUnusedCode="false" >