From 238f181dbf65f17b8090ec997802074c3834d98d Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 10 Aug 2020 22:25:51 +0200 Subject: [PATCH] Suppress warning for $_ and $l Signed-off-by: Daniel Kesselberg --- psalm.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index f70591ea2fe..ae059566555 100644 --- a/psalm.xml +++ b/psalm.xml @@ -4,7 +4,7 @@ resolveFromConfigFile="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" - xsi:schemaLocation="https://getpsalm.org/schema/config lib/composer/vimeo/psalm/config.xsd" + xsi:schemaLocation="https://getpsalm.org/schema/config" > @@ -49,5 +49,13 @@ + + + + + + + +