From e604abd49ab19245f20b56b293f8b5c64f03e281 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 21 Mar 2019 17:21:22 -0700 Subject: Fix PhanPluginDuplicateConditional* errors (#1) Change-Id: I61e4d4a60dda27f43debab71a9c02f14c1468311 --- .phan/config.php | 4 ---- 1 file changed, 4 deletions(-) (limited to '.phan') diff --git a/.phan/config.php b/.phan/config.php index 52d5d9944207..e4ba47f2659c 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -104,10 +104,6 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ // approximate error count: 1 "PhanParamTooManyInternal", // approximate error count: 2 - "PhanPluginDuplicateConditionalNullCoalescing", - // approximate error count: 1 - "PhanPluginDuplicateConditionalTernaryDuplication", - // approximate error count: 2 "PhanPluginDuplicateExpressionBinaryOp", // approximate error count: 2 "PhanTraitParentReference", -- cgit v1.2.3