Added return type docs (#10221)

main
Christian 3 years ago committed by GitHub
parent 15934a083c
commit 4071125172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save