From 633b6532fa4df83df61fc2c5b9003c1003e7af5b Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 6 Nov 2018 10:57:17 +0000 Subject: [PATCH] Remove excessive indenting of parameters on newlines Change-Id: I4e214b55b9936be2336a97192f9716b3ea7d6d61 --- tests/phpunit/includes/shell/ShellTest.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/phpunit/includes/shell/ShellTest.php b/tests/phpunit/includes/shell/ShellTest.php index bf46f44b0c..3c05583806 100644 --- a/tests/phpunit/includes/shell/ShellTest.php +++ b/tests/phpunit/includes/shell/ShellTest.php @@ -45,11 +45,12 @@ class ShellTest extends MediaWikiTestCase { * @param string[] $options * @param callable|null $hook */ - public function testMakeScriptCommand( $expected, - $script, - $parameters, - $options = [], - $hook = null + public function testMakeScriptCommand( + $expected, + $script, + $parameters, + $options = [], + $hook = null ) { // Running tests under Vagrant involves MWMultiVersion that uses the below hook $this->setMwGlobals( 'wgHooks', [] ); -- 2.20.1