X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.phan%2Fconfig.php;h=bc9526ac577fb9f18256031938f8408a60f41ed6;hb=5eac6d131c2a77d04b019d4c60aa02a4f98c7903;hp=893eebb4189d722ad9b709ced5e08dbd22b42af4;hpb=b0c56c7050227d5422d3b539b9ddcc44b7bf9e5a;p=lhc%2Fweb%2Fwiklou.git diff --git a/.phan/config.php b/.phan/config.php index 893eebb418..bc9526ac57 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -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