Open main menu

Changes

reference usage
$cfg['suppress_issue_types'][] = 'PhanUndeclaredConstant';
return $cfg;
</syntaxhighlight>the more traditional form of that <ref>https://codesearch.wmcloud.org/things/?q=exclude_analysis_directory_list&files=.phan%2Fconfig.php&excludeFiles=&repos=</ref> is<syntaxhighlight lang="php">
$cfg = require __DIR__ . '/../vendor/mediawiki/mediawiki-phan-config/src/config.php';