From 61f865da520f67dcdd5ec6e859a7dc7b5d3bc52c Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 16 Jan 2024 14:28:41 +0100 Subject: [PATCH] fix: xsd error on psalm --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index e55d59b..2a96e86 100644 --- a/psalm.xml +++ b/psalm.xml @@ -6,7 +6,7 @@ findUnusedCode="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 https://raw.githubusercontent.com/vimeo/psalm/master/config.xsd" >