fix: psalm.xml

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2024-12-01 17:02:25 +01:00
parent 226ed166c5
commit 54c98dfcff

View File

@ -11,6 +11,7 @@
xmlns="https://getpsalm.org/schema/config" xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="psalm-baseline.xml" errorBaseline="psalm-baseline.xml"
phpVersion="8.1"
> >
<stubs> <stubs>
<file name="tests/stub.phpstub" preloadClasses="true"/> <file name="tests/stub.phpstub" preloadClasses="true"/>