diff options
author | Kunal Mehta <legoktm@member.fsf.org> | 2019-03-21 17:21:22 -0700 |
---|---|---|
committer | Kunal Mehta <legoktm@member.fsf.org> | 2019-03-23 18:06:35 -0700 |
commit | e604abd49ab19245f20b56b293f8b5c64f03e281 (patch) | |
tree | 1b1b51d1e2f1889099d79bd6d5554bece78d4cd8 /.phan | |
parent | e7186d68bd0e79610b150e92c2235ef496aaf185 (diff) | |
download | mediawikicore-e604abd49ab19245f20b56b293f8b5c64f03e281.tar.gz mediawikicore-e604abd49ab19245f20b56b293f8b5c64f03e281.zip |
Fix PhanPluginDuplicateConditional* errors (#1)
Change-Id: I61e4d4a60dda27f43debab71a9c02f14c1468311
Diffstat (limited to '.phan')
-rw-r--r-- | .phan/config.php | 4 |
1 files changed, 0 insertions, 4 deletions
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", |