1
0
Fork 0

Merge pull request #5810 from hason/doc

Fix class in DocBlock
pull/5812/head
Rob 2016-10-24 13:10:31 +02:00 committed by GitHub
commit 8cf9733001
1 changed files with 1 additions and 1 deletions

View File

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