From d98a6e2699d6731a98f80c7068bf1e4ac0da3c10 Mon Sep 17 00:00:00 2001 From: rosalie Date: Wed, 28 Apr 2021 18:35:59 +0200 Subject: [PATCH] Remove WikibaseRepo::getDefaultInstance() calls Bug: T280984 Change-Id: I9ad722a71c671981cace449b3d61aefe6d627a6f --- src/MathWikibaseConnector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MathWikibaseConnector.php b/src/MathWikibaseConnector.php index 9490dd512..4c7f67ba0 100644 --- a/src/MathWikibaseConnector.php +++ b/src/MathWikibaseConnector.php @@ -23,7 +23,6 @@ use Wikibase\Lib\Store\StorageException; * A class that connects with the local instance of wikibase to fetch * information from single items. There is always only one instance of this class. * - * @see WikibaseRepo::getDefaultInstance() the instance thats been used to fetch the data * @see MathWikibaseConnector::getInstance() to get an instance of the class */ class MathWikibaseConnector {