JanZerebecki has submitted this change and it was merged.

Change subject: Fix typo - getEntityIdFormater -> getEntityIdFormatter
......................................................................


Fix typo - getEntityIdFormater -> getEntityIdFormatter

needed with Ib8ba5cb

Change-Id: Ifa1b1163d95ea8238585d9eef230beb64df0f5cf
---
M specials/SpecialCrossCheck.php
M specials/SpecialExternalDbs.php
2 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Daniel Kinzler: Looks good to me, but someone else must approve
  Addshore: Looks good to me, approved
  JanZerebecki: Verified



diff --git a/specials/SpecialCrossCheck.php b/specials/SpecialCrossCheck.php
index b21c813..d0f9a43 100755
--- a/specials/SpecialCrossCheck.php
+++ b/specials/SpecialCrossCheck.php
@@ -119,8 +119,8 @@
                $this->dataValueFormatter = 
$valueFormatterFactory->getValueFormatter(SnakFormatter::FORMAT_HTML, 
$formatterOptions);
 
                $labelLookup = new LanguageLabelDescriptionLookup($termLookup, 
$this->getLanguage()->getCode());
-               $this->entityIdLabelFormatter = 
$entityIdLabelFormatterFactory->getEntityIdFormater( $labelLookup );
-               $this->entityIdLinkFormatter = 
$entityIdHtmlLinkFormatterFactory->getEntityIdFormater( $labelLookup );
+               $this->entityIdLabelFormatter = 
$entityIdLabelFormatterFactory->getEntityIdFormatter( $labelLookup );
+               $this->entityIdLinkFormatter = 
$entityIdHtmlLinkFormatterFactory->getEntityIdFormatter( $labelLookup );
 
                $this->crossCheckInteractor = $crossCheckInteractor;
        }
diff --git a/specials/SpecialExternalDbs.php b/specials/SpecialExternalDbs.php
index f549c8d..4390a52 100755
--- a/specials/SpecialExternalDbs.php
+++ b/specials/SpecialExternalDbs.php
@@ -58,7 +58,7 @@
                DumpMetaInformationLookup $dumpMetaInformationRepo ) {
                parent::__construct( 'ExternalDbs' );
 
-               $this->entityIdLinkFormatter = 
$entityIdHtmlLinkFormatterFactory->getEntityIdFormater(
+               $this->entityIdLinkFormatter = 
$entityIdHtmlLinkFormatterFactory->getEntityIdFormatter(
                        new LanguageLabelDescriptionLookup( $termLookup, 
$this->getLanguage()->getCode() )
                );
 
@@ -181,4 +181,4 @@
 
                return $rows;
        }
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/237040
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifa1b1163d95ea8238585d9eef230beb64df0f5cf
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/WikibaseQualityExternalValidation
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Daniel Kinzler <daniel.kinz...@wikimedia.de>
Gerrit-Reviewer: JanZerebecki <jan.wikime...@zerebecki.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to