1
0
Fork 0

Fix class in DocBlock

pull/5810/head
Martin Hasoň 2016-10-24 12:31:27 +02:00
parent 66efc9af86
commit 2b67a9044e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ interface CommandProvider extends Capability
/**
* Retreives an array of commands
*
* @return Composer\Command\BaseCommand[]
* @return \Composer\Command\BaseCommand[]
*/
public function getCommands();
}