From 3643883a348cb109b7c5a07caf9fe64ebe963e42 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 9 Mar 2019 12:29:40 +0000 Subject: [PATCH] Remove suppress of PhanRedefineFunctionInternal There is no longer an override Change-Id: Ie7c99228135689d20ab6ffb287c978642851f3ee --- tests/phan/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phan/config.php b/tests/phan/config.php index fa351ea123..da5e4b348f 100644 --- a/tests/phan/config.php +++ b/tests/phan/config.php @@ -315,8 +315,6 @@ return [ "PhanParamTooMany", // approximate error count: 3 "PhanParamTooManyInternal", - // approximate error count: 1 - "PhanRedefineFunctionInternal", // approximate error count: 2 "PhanTraitParentReference", // approximate error count: 3 -- 2.20.1