From 20a8ddf5e6294391acc2dee596a061b98633f2bf Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 27 Nov 2023 14:01:57 +0100 Subject: [PATCH] Fixup --- .psalm/config.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.psalm/config.xml b/.psalm/config.xml index 4d122d9e03b..94dff079fad 100644 --- a/.psalm/config.xml +++ b/.psalm/config.xml @@ -8,6 +8,8 @@ checkForThrowsDocblock="true" findUnusedVariablesAndParams="false" findUnusedCode="false" + ignoreInternalFunctionFalseReturn="true" + ignoreInternalFunctionNullReturn="true" errorBaseline=".psalm/baseline.xml" findUnusedBaselineEntry="false" >