Skip to content

Commit

Permalink
Suppress PhanAccessMethodInternal
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 26, 2024
1 parent e006c26 commit e63a479
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

$cfg = require __DIR__ . '/../vendor/mediawiki/mediawiki-phan-config/src/config.php';

$cfg['suppress_issue_types'] = [];
$cfg['suppress_issue_types'] = [
'PhanAccessMethodInternal',
];

return $cfg;

0 comments on commit e63a479

Please sign in to comment.