mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PdfHandler
synced 2024-11-24 08:14:37 +00:00
0a049abdcd
This required updating ThumbnailImage constructors to the new call signature. Change-Id: Ia04d4dd523e1778992dcd5f45e9d3126649369c1
7 lines
169 B
PHP
7 lines
169 B
PHP
<?php
|
|
|
|
$cfg = require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php';
|
|
$cfg['suppress_issue_types'][] = 'PhanDeprecatedFunction';
|
|
|
|
return $cfg;
|