diff --git a/tests/Composer/Test/Command/RunScriptCommandTest.php b/tests/Composer/Test/Command/RunScriptCommandTest.php index 6a2adbd2d..6b1618224 100644 --- a/tests/Composer/Test/Command/RunScriptCommandTest.php +++ b/tests/Composer/Test/Command/RunScriptCommandTest.php @@ -88,6 +88,7 @@ class RunScriptCommandTest extends TestCase $command->run($input, $output); } + /** @return bool[][] **/ public function getDevOptions() { return array( @@ -98,6 +99,7 @@ class RunScriptCommandTest extends TestCase ); } + /** @return Composer **/ private function createComposerInstance() { $composer = new Composer;