From: Amir E. Aharoni Date: Sat, 26 Sep 2015 18:09:08 +0000 (+0300) Subject: Make line shorter to pass phpcs in LinkerTest.php X-Git-Tag: 1.31.0-rc.0~9784^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=76ae9acec3c1c0f957a1e754d6e2919d681c785a;p=lhc%2Fweb%2Fwiklou.git Make line shorter to pass phpcs in LinkerTest.php There are other linkes here ythat will require a different treatment. Bug: T102614 Change-Id: Ia0c75d11a85a931d37941471f9c9bdc16fda28e1 --- diff --git a/tests/phpunit/includes/LinkerTest.php b/tests/phpunit/includes/LinkerTest.php index a3efbb8da0..14d0762776 100644 --- a/tests/phpunit/includes/LinkerTest.php +++ b/tests/phpunit/includes/LinkerTest.php @@ -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(