From 7e04dde8fd1c02a8c44d4328fc1269b7acdf70ef Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 22 Mar 2022 12:41:43 +0100 Subject: [PATCH] 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. --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index f607d91..a871b73 100644 --- a/psalm.xml +++ b/psalm.xml @@ -2,7 +2,7 @@