Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/237040

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityExternalValidation
 refs/changes/40/237040/1

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: newchange
Gerrit-Change-Id: Ifa1b1163d95ea8238585d9eef230beb64df0f5cf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityExternalValidation
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>

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

Reply via email to