From: Reedy Date: Tue, 6 Nov 2018 10:57:17 +0000 (+0000) Subject: Remove excessive indenting of parameters on newlines X-Git-Tag: 1.34.0-rc.0~3542^2 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=633b6532fa4df83df61fc2c5b9003c1003e7af5b Remove excessive indenting of parameters on newlines Change-Id: I4e214b55b9936be2336a97192f9716b3ea7d6d61 --- 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', [] );