summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Cite/tests/phan/config.php
blob: 49ddcba9ca9f73c5e1690ee5477e2d09fc466953 (plain)
1
2
3
4
5
6
7
<?php

$cfg = require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php';
// Due to creation of Parser::$extCite property
$cfg['suppress_issue_types'][] = 'PhanUndeclaredProperty';

return $cfg;