diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index eee82cca..95a91af3 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -15,6 +15,11 @@ parameters: count: 1 path: src/MapsHooks.php + - + message: "#^Call to an undefined static method MediaWiki\\\\Settings\\\\SettingsBuilder\\:\\:getInstance\\(\\)\\.$#" + count: 1 + path: src/MapsHooks.php + - message: "#^Call to static method newFromExternalLink\\(\\) on an unknown class AlItem\\.$#" count: 1