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',