Fix class in DocBlock

main
Martin Hasoň 8 years ago
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…
Cancel
Save