From 0ebb726a44028d2b91248b494353b6282323fe53 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Sun, 3 Dec 2023 21:15:03 +0100 Subject: [PATCH] Update PHPStan baseline (#761) --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) 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