Unsuppress more phan issues (part 3)
[lhc/web/wiklou.git] / .phan / config.php
index 893eebb..bc9526a 100644 (file)
@@ -78,26 +78,18 @@ $cfg['exclude_analysis_directory_list'] = [
 $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [
        // approximate error count: 22
        "PhanAccessMethodInternal",
-       // approximate error count: 22
-       "PhanCommentParamWithoutRealParam",
        // approximate error count: 19
        "PhanParamReqAfterOpt",
-       // approximate error count: 20
-       "PhanParamSignatureMismatch",
        // approximate error count: 110
        "PhanParamTooMany",
        // approximate error count: 63
        "PhanTypeArraySuspicious",
        // approximate error count: 28
        "PhanTypeArraySuspiciousNullable",
-       // approximate error count: 22
-       "PhanTypeComparisonFromArray",
        // approximate error count: 88
        "PhanTypeInvalidDimOffset",
        // approximate error count: 60
        "PhanTypeMismatchArgument",
-       // approximate error count: 20
-       "PhanTypeMismatchArgumentInternal",
        // approximate error count: 40
        "PhanTypeMismatchProperty",
        // approximate error count: 36