From 76ae9acec3c1c0f957a1e754d6e2919d681c785a Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sat, 26 Sep 2015 21:09:08 +0300 Subject: [PATCH] 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 --- tests/phpunit/includes/LinkerTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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( -- 2.20.1