Added return type docs (#10221)
parent
15934a083c
commit
4071125172
|
@ -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…
Reference in New Issue