From: Kunal Mehta Date: Sat, 6 Apr 2019 06:00:03 +0000 (-0700) Subject: Resync phan error counts X-Git-Tag: 1.34.0-rc.0~2131 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=a9e99a3337d76c83f01b42a3e732f61586089412;p=lhc%2Fweb%2Fwiklou.git Resync phan error counts Change-Id: I9d893d5d05ff83c8c8e8c807e35fc2474584a24a --- diff --git a/.phan/config.php b/.phan/config.php index 8b9aae7bd3..082a491066 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -77,7 +77,7 @@ $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", @@ -93,9 +93,9 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ "PhanPluginDuplicateExpressionBinaryOp", // approximate error count: 2 "PhanTraitParentReference", - // approximate error count: 26 + // approximate error count: 30 "PhanTypeArraySuspicious", - // approximate error count: 33 + // approximate error count: 27 "PhanTypeArraySuspiciousNullable", // approximate error count: 26 "PhanTypeComparisonFromArray", @@ -105,9 +105,9 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ "PhanTypeExpectedObjectOrClassName", // approximate error count: 7 "PhanTypeExpectedObjectPropAccess", - // approximate error count: 62 + // approximate error count: 63 "PhanTypeInvalidDimOffset", - // approximate error count: 10 + // approximate error count: 6 "PhanTypeInvalidExpressionArrayDestructuring", // approximate error count: 7 "PhanTypeInvalidLeftOperandOfIntegerOp", @@ -115,7 +115,7 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ "PhanTypeInvalidRightOperand", // approximate error count: 2 "PhanTypeInvalidRightOperandOfIntegerOp", - // approximate error count: 152 + // approximate error count: 154 "PhanTypeMismatchArgument", // approximate error count: 27 "PhanTypeMismatchArgumentInternal", @@ -123,13 +123,13 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ "PhanTypeMismatchBitwiseBinaryOperands", // approximate error count: 2 "PhanTypeMismatchDimEmpty", - // approximate error count: 29 + // approximate error count: 27 "PhanTypeMismatchDimFetch", // approximate error count: 10 "PhanTypeMismatchForeach", - // approximate error count: 78 + // approximate error count: 77 "PhanTypeMismatchProperty", - // approximate error count: 85 + // approximate error count: 84 "PhanTypeMismatchReturn", // approximate error count: 12 "PhanTypeObjectUnsetDeclaredProperty", @@ -141,9 +141,9 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [ "PhanUndeclaredConstant", // approximate error count: 3 "PhanUndeclaredInvokeInCallable", - // approximate error count: 239 + // approximate error count: 237 "PhanUndeclaredMethod", - // approximate error count: 847 + // approximate error count: 846 "PhanUndeclaredProperty", // approximate error count: 2 "PhanUndeclaredVariableAssignOp",