summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CategoryTree/tests/phan/config.php
blob: 5559f8d99cd3fab469c88b2a5ebb75bf6aa01524 (plain)
1
2
3
4
5
6
7
8
9
<?php

$cfg = require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php';
// SpecialPage->categoryTreeCategories
$cfg['suppress_issue_types'][] = 'PhanUndeclaredProperty';
// TitlePrefixSearch
$cfg['suppress_issue_types'][] = 'PhanDeprecatedClass';

return $cfg;