16 private array $instances = [];
32 false|
string $wiki =
false,
35 $key = $wiki .
':' . $scope;
36 if ( !isset( $this->instances[$key] ) ) {
37 $config = $this->configReader->getConfig( $wiki, $scope );
40 $this->userRequirementsConditionChecker,
43 return $this->instances[$key];