From b81878c8c09af32d7017dd2c814d0df73e246743 Mon Sep 17 00:00:00 2001 From: kylekatarnls Date: Sat, 21 Dec 2024 18:39:31 +0100 Subject: [PATCH] Add Psalm config Fix #3037 --- .gitattributes | 1 + psalm.xml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 psalm.xml diff --git a/.gitattributes b/.gitattributes index a2b426bbb8..41be93ea2c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ /phpmd.xml export-ignore /phpstan.neon export-ignore /phpunit.xml.dist export-ignore +/psalm.xml export-ignore /.github export-ignore /tests export-ignore diff --git a/psalm.xml b/psalm.xml new file mode 100644 index 0000000000..a35b705980 --- /dev/null +++ b/psalm.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + +