mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-12-18 09:11:23 +00:00
e75fda881e
Change-Id: I038c599b428683cee669e69e9a5106f178b129a2
10 lines
197 B
PHP
10 lines
197 B
PHP
<?php
|
|
|
|
$cfg = require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php';
|
|
$cfg['suppress_issue_types'] = [
|
|
'PhanDeprecatedClass',
|
|
'PhanDeprecatedFunction',
|
|
];
|
|
|
|
return $cfg;
|