From c913baaea0200543982fbb5ec9edb44093ea9251 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 17 Aug 2019 14:33:46 +0200 Subject: [PATCH] Fix PSalm-config --- psalm.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/psalm.xml b/psalm.xml index 4cf2c7358..da1d4dbae 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,9 +5,7 @@ totallyTyped="false" hideExternalErrors="true" allowCoercionFromStringToClassConst="true" - <!-- Use this for Psalm 3.4 instead of allowCoercionFromStringToClassConst allowStringToStandInForClass="true" - --> > <projectFiles> <directory name="lib/SimpleSAML/Auth" /> -- GitLab