From 350be8016efd1ca725e51373643693f0a2ca47da Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 2 Jun 2023 17:31:45 +0900 Subject: [PATCH] Add new config item for Psalm --- psalm.xml | 2 ++ src/Template/psalm.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/psalm.xml b/psalm.xml index 7c33561..66ca152 100644 --- a/psalm.xml +++ b/psalm.xml @@ -7,6 +7,8 @@ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" autoloader="psalm_autoload.php" cacheDirectory="build/psalm/" + findUnusedBaselineEntry="true" + findUnusedCode="false" > diff --git a/src/Template/psalm.xml b/src/Template/psalm.xml index 6f69486..d745a6b 100644 --- a/src/Template/psalm.xml +++ b/src/Template/psalm.xml @@ -7,6 +7,8 @@ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" autoloader="psalm_autoload.php" cacheDirectory="build/psalm/" + findUnusedBaselineEntry="true" + findUnusedCode="false" >