aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialWhatLinksHere.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specials/SpecialWhatLinksHere.php')
-rw-r--r--includes/specials/SpecialWhatLinksHere.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/specials/SpecialWhatLinksHere.php b/includes/specials/SpecialWhatLinksHere.php
index 81c95775248b..e2203c993e18 100644
--- a/includes/specials/SpecialWhatLinksHere.php
+++ b/includes/specials/SpecialWhatLinksHere.php
@@ -493,7 +493,7 @@ class SpecialWhatLinksHere extends FormSpecialPage {
return Xml::openElement( 'ul', ( $level ? [] : [ 'id' => 'mw-whatlinkshere-list' ] ) );
}
- private function listItem( stdClass $row, PageIdentity $nt, LinkTarget $target, bool $notClose = false ) {
+ private function listItem( stdClass $row, PageIdentity $nt, LinkTarget $target, bool $notClose = false ): string {
$legacyTitle = $this->titleFactory->newFromPageIdentity( $nt );
if ( $row->rd_from || $row->page_is_redirect ) {
@@ -594,7 +594,7 @@ class SpecialWhatLinksHere extends FormSpecialPage {
return $this->getLanguage()->pipeList( $links );
}
- private function getPrevNext( $prevNamespace, $prevPageId, $nextNamespace, $nextPageId ) {
+ private function getPrevNext( $prevNamespace, $prevPageId, $nextNamespace, $nextPageId ): string {
$navBuilder = new PagerNavigationBuilder( $this->getContext() );
$navBuilder