From 0b2e6272b817b4eb765ccb54d0a6031368e40bbf Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 16 Dec 2016 11:23:44 -0800 Subject: [PATCH] Remove unused Phan exception Change-Id: Ib578336abfed02c8dce9ccb47ab22220ddcee856 --- tests/phan/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phan/config.php b/tests/phan/config.php index 2c5eef718c..281100d0ac 100644 --- a/tests/phan/config.php +++ b/tests/phan/config.php @@ -310,8 +310,6 @@ return [ // approximate error count: 3 "PhanParamTooManyInternal", // approximate error count: 1 - "PhanRedefineFunction", - // approximate error count: 1 "PhanRedefineFunctionInternal", // approximate error count: 2 "PhanTraitParentReference", -- 2.20.1