Skip to content

Commit

Permalink
Fix phan for 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 26, 2024
1 parent 80d50e1 commit 6a55e59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
$cfg = require __DIR__ . '/../vendor/mediawiki/mediawiki-phan-config/src/config.php';

$cfg['suppress_issue_types'] = [
'PhanAccessMethodInternal',
'SecurityCheck-LikelyFalsePositive',
// Different versions of MediaWiki will need different suppressions.
'UnusedPluginSuppression'
];

return $cfg;

0 comments on commit 6a55e59

Please sign in to comment.