From 8d18f0a7d736594e77191f3139610833212b0ecf Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 14 Aug 2020 16:18:23 +0200 Subject: [PATCH] Suppress warning for template functions. https://github.com/nextcloud/server/blob/6e8e34fef920a073118c22111f0f31eb3b3a91dc/lib/private/legacy/template/functions.php Signed-off-by: Daniel Kesselberg --- psalm.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index 289fc1f0844..0beffd3571d 100644 --- a/psalm.xml +++ b/psalm.xml @@ -41,16 +41,36 @@ + + + + + + + + + + + + + + + + + + + - + + -- 2.39.5