Merge "phpcs: Normalize methods declarations to "[final abstract] [visibility]"."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 19 Feb 2013 17:16:16 +0000 (17:16 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 19 Feb 2013 17:16:16 +0000 (17:16 +0000)
1  2 
tests/parser/parserTest.inc
tests/selenium/Selenium.php
tests/selenium/SeleniumTestSuite.php

@@@ -228,10 -227,11 +228,10 @@@ class ParserTest 
         * Remove last character if it is a newline
         * @group utility
         */
-       static public function chomp( $s ) {
+       public static function chomp( $s ) {
                if ( substr( $s, -1 ) === "\n" ) {
                        return substr( $s, 0, -1 );
 -              }
 -              else {
 +              } else {
                        return $s;
                }
        }
Simple merge
Simple merge