diff options
Diffstat (limited to 'includes/logging/LogPage.php')
-rw-r--r-- | includes/logging/LogPage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/logging/LogPage.php b/includes/logging/LogPage.php index ec99b7c9d171..00b1314c01c7 100644 --- a/includes/logging/LogPage.php +++ b/includes/logging/LogPage.php @@ -300,7 +300,7 @@ class LogPage { * @param ?Language $lang * @return string HTML */ - private static function getTitleLink( Title $title, ?Language $lang ) : string { + private static function getTitleLink( Title $title, ?Language $lang ): string { if ( !$lang ) { return $title->getPrefixedText(); } |