From 8fa40843b112daa5b3294246854bb9dfa892637f Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sun, 13 Jan 2019 16:46:23 +0100
Subject: [PATCH] Remove UntypedParam

It was split into MissingParamType and MissingClosureParamType
---
 psalm.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/psalm.xml b/psalm.xml
index d388455bd..d7cb185f7 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -26,6 +26,5 @@
         <MissingParamType errorLevel="info" />
         <UnusedClass errorLevel="info" />
         <PossiblyUnusedMethod errorLevel="info" />
-        <UntypedParam errorLevel="info" />
     </issueHandlers>
 </psalm>
-- 
GitLab