Upgraded psalm.xml to be compatible with vimeo/psalm:^4.20

This moves from `totallyTyped="true"` to `errorLevel="1"`, since `totallyTyped="true"` was deprecated, and
leads to a CI failure.
This commit is contained in:
Marco Pivetta
2022-03-22 12:41:43 +01:00
parent 56291a3c1d
commit 7e04dde8fd
+1 -1
View File
@@ -2,7 +2,7 @@
<psalm xmlns="https://getpsalm.org/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
totallyTyped="true"
errorLevel="1"
cacheDirectory="./build/cache/psalm"
errorBaseline="./psalm-baseline.xml">