From 69bbbc32a104f6a034b72509e1d51469da39ead2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 20 Aug 2020 14:20:54 +0200 Subject: [PATCH] Extend psalm baseline to ignore errors for now One is a false positive - see https://github.com/vimeo/psalm/pull/4032 Signed-off-by: Morris Jobke --- build/psalm-baseline.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 3ee7c97930b..cf04860f44d 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1080,6 +1080,11 @@ \Sabre\Uri\split($this->principalInfo['uri']) + + + $result + + $userSession && $userSession->isLoggedIn() @@ -4849,6 +4854,9 @@ + + $position + $cacheEntry -- 2.39.5