Make line shorter to pass phpcs in LinkerTest.php
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sat, 26 Sep 2015 18:09:08 +0000 (21:09 +0300)
committerReedy <reedy@wikimedia.org>
Sat, 26 Sep 2015 18:20:11 +0000 (18:20 +0000)
There are other linkes here ythat will require a different treatment.

Bug: T102614
Change-Id: Ia0c75d11a85a931d37941471f9c9bdc16fda28e1

tests/phpunit/includes/LinkerTest.php

index a3efbb8..14d0762 100644 (file)
@@ -93,7 +93,9 @@ class LinkerTest extends MediaWikiLangTestCase {
         * @covers Linker::formatAutocomments
         * @covers Linker::formatLinksInComment
         */
-       public function testFormatComment( $expected, $comment, $title = false, $local = false, $wikiId = null ) {
+       public function testFormatComment(
+               $expected, $comment, $title = false, $local = false, $wikiId = null
+       ) {
                $conf = new SiteConfiguration();
                $conf->settings = array(
                        'wgServer' => array(