From b2cbf7fe3c566fa86a622b25fcffc95b7db83fa7 Mon Sep 17 00:00:00 2001 From: MDW Date: Tue, 12 Mar 2024 23:16:08 +0100 Subject: [PATCH] Qual: Enable PhanPluginDuplicateConditionalUnnecessary notices (all fixed) --- dev/tools/phan/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/phan/config.php b/dev/tools/phan/config.php index 4771e953a36..2d3bc612f42 100644 --- a/dev/tools/phan/config.php +++ b/dev/tools/phan/config.php @@ -511,7 +511,7 @@ return [ 'PhanTypeSuspiciousNonTraversableForeach', 'PhanEmptyForeach', 'PhanTypeInvalidRightOperandOfBitwiseOp', - 'PhanPluginDuplicateConditionalUnnecessary', + // 'PhanPluginDuplicateConditionalUnnecessary', // 'PhanTraitParentReference', 'PhanPluginBothLiteralsBinaryOp', // 'PhanTypeMismatchDeclaredParam',