Remove WikibaseRepo::getDefaultInstance() calls

Bug: T280984
Change-Id: I9ad722a71c671981cace449b3d61aefe6d627a6f
This commit is contained in:
rosalie 2021-04-28 18:35:59 +02:00
parent a55feca24f
commit d98a6e2699

View file

@ -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 {