Skip to content

Commit f83ff32

Browse files
committed
style: ignore AssignmentInReturn temporarily
1 parent 4e433c1 commit f83ff32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/MWCExtensions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,8 @@ public function Wikistories(): self {
853853
}
854854

855855
public function WikiEditor(): self {
856+
// TODO remove comment once the fix for T411741 is shipped
857+
// phpcs:ignore MediaWiki.Usage.AssignmentInReturn.AssignmentInReturn
856858
return $this
857859
->ext( 'WikiEditor' )
858860
->modConf( 'wgHiddenPrefs', static fn ( &$c ) => $c[] = 'usebetatoolbar' )

0 commit comments

Comments
 (0)