From abf5e1bb65eebcf5324b25191b34a94c0b0d0e3f Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 21 Jan 2024 16:37:16 +0100 Subject: [PATCH] stan update --- .phive/phars.xml | 4 +-- psalm-baseline.xml | 64 ++++++++++++++++++++++++++++++++++++++++++++++ psalm.xml | 1 + 3 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 psalm-baseline.xml diff --git a/.phive/phars.xml b/.phive/phars.xml index faba1530..1f56b2bc 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - - + + diff --git a/psalm-baseline.xml b/psalm-baseline.xml new file mode 100644 index 00000000..647854e4 --- /dev/null +++ b/psalm-baseline.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + empty($identity) + + + + + empty($data) + empty($user) + + + + + empty($user) + + + + + empty($digest) + empty($user) + + + + + empty($user) + + + + + empty($data) + + + + + empty($user) + empty($user) + + + + + empty($headerLine) + empty($queryParam) + empty($user) + + + + + $result + + + + + $url + + + diff --git a/psalm.xml b/psalm.xml index 61c5f4da..56aa940c 100644 --- a/psalm.xml +++ b/psalm.xml @@ -7,6 +7,7 @@ findUnusedPsalmSuppress="true" findUnusedBaselineEntry="true" findUnusedCode="false" + errorBaseline="psalm-baseline.xml" >