diff --git a/includes/Partials/PageTitle.php b/includes/Partials/PageTitle.php index 5a698cb7..6a09a9c6 100644 --- a/includes/Partials/PageTitle.php +++ b/includes/Partials/PageTitle.php @@ -26,7 +26,6 @@ declare( strict_types=1 ); namespace MediaWiki\Skins\Citizen\Partials; use MediaWiki\MediaWikiServices; -use Title; /** * Title partial of Skin Citizen @@ -52,7 +51,7 @@ final class PageTitle extends Partial { * * @return bool */ - private function shouldAddParenthesis() : bool { + private function shouldAddParenthesis(): bool { $ns = $this->title->getNamespace(); $contentNs = MediaWikiServices::getInstance()->getNamespaceInfo()->getContentNamespaces(); return in_array( $ns, $contentNs );