Merge "Pass phpcs-strict on includes/specials/ (2/3)"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 10 May 2014 22:50:22 +0000 (22:50 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 10 May 2014 22:50:22 +0000 (22:50 +0000)
1  2 
includes/specials/SpecialEditWatchlist.php

@@@ -562,7 -562,8 +562,8 @@@ class SpecialEditWatchlist extends Unli
                $context->setTitle( $this->getPageTitle() ); // Remove subpage
                $form = new EditWatchlistNormalHTMLForm( $fields, $context );
                $form->setSubmitTextMsg( 'watchlistedit-normal-submit' );
-               # Used message keys: 'accesskey-watchlistedit-normal-submit', 'tooltip-watchlistedit-normal-submit'
+               # Used message keys:
+               # 'accesskey-watchlistedit-normal-submit', 'tooltip-watchlistedit-normal-submit'
                $form->setSubmitTooltip( 'watchlistedit-normal-submit' );
                $form->setWrapperLegendMsg( 'watchlistedit-normal-legend' );
                $form->addHeaderText( $this->msg( 'watchlistedit-normal-explain' )->parse() );
                        );
                }
  
-               wfRunHooks( 'WatchlistEditorBuildRemoveLine', array( &$tools, $title, $title->isRedirect(), $this->getSkin() ) );
+               wfRunHooks(
+                       'WatchlistEditorBuildRemoveLine',
+                       array( &$tools, $title, $title->isRedirect(), $this->getSkin() )
+               );
  
                return $link . " (" . $this->getLanguage()->pipeList( $tools ) . ")";
        }
        }
  }
  
 -# B/C since 1.18
 -class WatchlistEditor extends SpecialEditWatchlist {
 -}
 -
  /**
   * Extend HTMLForm purely so we can have a more sane way of getting the section headers
   */