We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e433c1 commit f83ff32Copy full SHA for f83ff32
config/MWCExtensions.php
@@ -853,6 +853,8 @@ public function Wikistories(): self {
853
}
854
855
public function WikiEditor(): self {
856
+ // TODO remove comment once the fix for T411741 is shipped
857
+ // phpcs:ignore MediaWiki.Usage.AssignmentInReturn.AssignmentInReturn
858
return $this
859
->ext( 'WikiEditor' )
860
->modConf( 'wgHiddenPrefs', static fn ( &$c ) => $c[] = 'usebetatoolbar' )
0 commit comments