X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.phan%2Fconfig.php;h=44ebedc50602818091fc7a6873497bcc49c47db9;hb=7592e1068bf79999c57704f63d319e0784a7ac3a;hp=52d5d99442078221f3b1aaa878adc557391a8eda;hpb=e7186d68bd0e79610b150e92c2235ef496aaf185;p=lhc%2Fweb%2Fwiklou.git diff --git a/.phan/config.php b/.phan/config.php index 52d5d99442..44ebedc506 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -77,96 +77,58 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ "PhanAccessMethodInternal", // approximate error count: 17 "PhanCommentParamOnEmptyParamList", - // approximate error count: 30 + // approximate error count: 29 "PhanCommentParamWithoutRealParam", // approximate error count: 2 "PhanCompatibleNegativeStringOffset", - // approximate error count: 1 - "PhanEmptyFQSENInCallable", - // approximate error count: 1 - "PhanInvalidCommentForDeclarationType", - // approximate error count: 6 - "PhanNonClassMethodCall", // approximate error count: 21 "PhanParamReqAfterOpt", - // approximate error count: 27 + // approximate error count: 26 "PhanParamSignatureMismatch", // approximate error count: 4 "PhanParamSignatureMismatchInternal", - // approximate error count: 1 - "PhanParamSignatureRealMismatchTooFewParameters", - // approximate error count: 1 - "PhanParamSuspiciousOrder", // approximate error count: 127 "PhanParamTooMany", // approximate error count: 2 - "PhanParamTooManyCallable", - // 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", - // approximate error count: 27 + // approximate error count: 30 "PhanTypeArraySuspicious", - // approximate error count: 33 + // approximate error count: 27 "PhanTypeArraySuspiciousNullable", // approximate error count: 26 "PhanTypeComparisonFromArray", // approximate error count: 2 "PhanTypeComparisonToArray", - // approximate error count: 1 - "PhanTypeConversionFromArray", - // approximate error count: 2 - "PhanTypeExpectedObjectOrClassName", // approximate error count: 7 "PhanTypeExpectedObjectPropAccess", - // approximate error count: 3 - "PhanTypeInstantiateAbstract", - // approximate error count: 1 - "PhanTypeInvalidCallableArraySize", - // approximate error count: 62 + // approximate error count: 63 "PhanTypeInvalidDimOffset", - // approximate error count: 10 + // approximate error count: 6 "PhanTypeInvalidExpressionArrayDestructuring", - // approximate error count: 1 - "PhanTypeInvalidLeftOperand", // approximate error count: 7 "PhanTypeInvalidLeftOperandOfIntegerOp", // approximate error count: 2 "PhanTypeInvalidRightOperand", // approximate error count: 2 "PhanTypeInvalidRightOperandOfIntegerOp", - // approximate error count: 1 - "PhanTypeMagicVoidWithReturn", - // approximate error count: 152 + // approximate error count: 154 "PhanTypeMismatchArgument", - // approximate error count: 28 + // approximate error count: 27 "PhanTypeMismatchArgumentInternal", // approximate error count: 1 "PhanTypeMismatchBitwiseBinaryOperands", - // approximate error count: 1 - "PhanTypeMismatchDeclaredParam", // approximate error count: 2 "PhanTypeMismatchDimEmpty", - // approximate error count: 29 + // approximate error count: 27 "PhanTypeMismatchDimFetch", // approximate error count: 10 "PhanTypeMismatchForeach", // approximate error count: 77 "PhanTypeMismatchProperty", - // approximate error count: 88 + // approximate error count: 84 "PhanTypeMismatchReturn", - // approximate error count: 43 - "PhanTypeMissingReturn", - // approximate error count: 1 - "PhanTypeNoAccessiblePropertiesForeach", - // approximate error count: 4 - "PhanTypeNonVarPassByRef", // approximate error count: 12 "PhanTypeObjectUnsetDeclaredProperty", // approximate error count: 9 @@ -177,19 +139,15 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ "PhanUndeclaredConstant", // approximate error count: 3 "PhanUndeclaredInvokeInCallable", - // approximate error count: 242 + // approximate error count: 237 "PhanUndeclaredMethod", - // approximate error count: 847 + // approximate error count: 846 "PhanUndeclaredProperty", - // approximate error count: 1 - "PhanUndeclaredTypeReturnType", - // approximate error count: 3 - "PhanUndeclaredTypeThrowsType", // approximate error count: 2 "PhanUndeclaredVariableAssignOp", // approximate error count: 55 "PhanUndeclaredVariableDim", - // approximate error count: 4 + // approximate error count: 3 "PhanUnextractableAnnotationElementName", // approximate error count: 4 "PhanUnextractableAnnotationSuffix",