MediaWiki REL1_32
config.php
Go to the documentation of this file.
1<?php
2
3$cfg = require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php';
4// Due to creation of Parser::$extCite property
5$cfg['suppress_issue_types'][] = 'PhanUndeclaredProperty';
6
7return $cfg;
$cfg
Definition config.php:3