Remove excessive indenting of parameters on newlines
authorReedy <reedy@wikimedia.org>
Tue, 6 Nov 2018 10:57:17 +0000 (10:57 +0000)
committerReedy <reedy@wikimedia.org>
Tue, 6 Nov 2018 10:57:17 +0000 (10:57 +0000)
Change-Id: I4e214b55b9936be2336a97192f9716b3ea7d6d61

tests/phpunit/includes/shell/ShellTest.php

index bf46f44..3c05583 100644 (file)
@@ -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', [] );