1
0
Fork 0

Added return type docs (#10221)

pull/10224/head
Christian 2021-10-26 21:05:03 +02:00 committed by GitHub
parent 15934a083c
commit 4071125172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;