Merge "Type hint against interface for LoadBalancer in MediaWikiServices"
[lhc/web/wiklou.git] / includes / specials / SpecialContributions.php
index d83853a..4f5c150 100644 (file)
@@ -625,8 +625,7 @@ class SpecialContributions extends IncludableSpecialPage {
                        [],
                        Xml::label(
                                $this->msg( 'namespace' )->text(),
-                               'namespace',
-                               ''
+                               'namespace'
                        ) . "\u{00A0}" .
                        Html::namespaceSelector(
                                [ 'selected' => $this->opts['namespace'], 'all' => '', 'in-user-lang' => true ],