From 23388e14ad671b129232ec3cbc9f624bb95427ee Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 15 Jul 2022 19:21:16 +0200 Subject: [PATCH] :shower: --- .phan/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/.phan/config.php b/.phan/config.php index 49c4be7c2..6f19c1fb1 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -53,7 +53,6 @@ return [ '.phan/stubs' ], 'suppress_issue_types' => [ - 'PhanDeprecatedFunction', 'PhanAccessMethodInternal', ], ];