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" >