From 6ac74abf965b5933c3c6dae44db3792898f0a071 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 27 Jan 2025 20:33:19 +0000 Subject: [PATCH] Baseline psalm PossiblyUnusedMethod errors on phpunit DataProviders --- psalm-baseline.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++++ psalm.xml | 1 + 2 files changed, 63 insertions(+) create mode 100644 psalm-baseline.xml diff --git a/psalm-baseline.xml b/psalm-baseline.xml new file mode 100644 index 0000000..33bed69 --- /dev/null +++ b/psalm-baseline.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/psalm.xml b/psalm.xml index 2754e31..14f553d 100644 --- a/psalm.xml +++ b/psalm.xml @@ -7,6 +7,7 @@ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" findUnusedBaselineEntry="true" findUnusedCode="true" + errorBaseline="psalm-baseline.xml" >