Merge "phan: Remove suppression for PhanParamTooMany"

This commit is contained in:
jenkins-bot 2019-10-04 12:39:54 +00:00 committed by Gerrit Code Review
commit da74749186

View file

@ -18,7 +18,4 @@ $cfg['exclude_analysis_directory_list'] = array_merge(
] ]
); );
// T191668
$cfg['suppress_issue_types'][] = 'PhanParamTooMany';
return $cfg; return $cfg;