Fix class in DocBlock
parent
66efc9af86
commit
2b67a9044e
|
@ -27,7 +27,7 @@ interface CommandProvider extends Capability
|
|||
/**
|
||||
* Retreives an array of commands
|
||||
*
|
||||
* @return Composer\Command\BaseCommand[]
|
||||
* @return \Composer\Command\BaseCommand[]
|
||||
*/
|
||||
public function getCommands();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue