Added return type docs (#10221)
parent
15934a083c
commit
4071125172
|
@ -88,6 +88,7 @@ class RunScriptCommandTest extends TestCase
|
||||||
$command->run($input, $output);
|
$command->run($input, $output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @return bool[][] **/
|
||||||
public function getDevOptions()
|
public function getDevOptions()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
@ -98,6 +99,7 @@ class RunScriptCommandTest extends TestCase
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @return Composer **/
|
||||||
private function createComposerInstance()
|
private function createComposerInstance()
|
||||||
{
|
{
|
||||||
$composer = new Composer;
|
$composer = new Composer;
|
||||||
|
|
Loading…
Reference in New Issue