aboutsummaryrefslogtreecommitdiffstats
path: root/.phan
diff options
context:
space:
mode:
authorKunal Mehta <legoktm@member.fsf.org>2019-04-05 23:19:29 -0700
committerKunal Mehta <legoktm@member.fsf.org>2019-04-05 23:20:07 -0700
commit8c98f517782610282564116b1c67ff4c4c7e0a63 (patch)
tree34c9d4d274935c2c30b479e956171c54bf9f933b /.phan
parent7592e1068bf79999c57704f63d319e0784a7ac3a (diff)
downloadmediawikicore-8c98f517782610282564116b1c67ff4c4c7e0a63.tar.gz
mediawikicore-8c98f517782610282564116b1c67ff4c4c7e0a63.zip
Fix PhanUnextractableAnnotation* errors (#7)
Change-Id: I8194a7b9c9abce951002590030913706e9bd743e
Diffstat (limited to '.phan')
-rw-r--r--.phan/config.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/.phan/config.php b/.phan/config.php
index 44ebedc50602..37b21531bf84 100644
--- a/.phan/config.php
+++ b/.phan/config.php
@@ -147,10 +147,6 @@ $cfg['suppress_issue_types'] = array_merge( $cfg['suppress_issue_types'], [
"PhanUndeclaredVariableAssignOp",
// approximate error count: 55
"PhanUndeclaredVariableDim",
- // approximate error count: 3
- "PhanUnextractableAnnotationElementName",
- // approximate error count: 4
- "PhanUnextractableAnnotationSuffix",
] );
$cfg['ignore_undeclared_variables_in_global_scope'] = true;