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
7
return
$cfg
;
$cfg
$cfg
Definition
config.php:3
extensions
Cite
tests
phan
config.php
Generated on Mon Nov 25 2024 15:56:38 for MediaWiki by
1.10.0