Skip to content

Commit

Permalink
PHPDoc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 25, 2016
1 parent 9cb654d commit bc58ba3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/PackageVersions/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ private static function reDumpAutoloader(Composer $composer)
}

/**
* @param Locker $locker
* @param Locker $locker
* @param RootPackageInterface $rootPackage
*
* @return string[]|\Generator
* @return \Generator|\string[]
*/
private static function getVersions(Locker $locker, RootPackageInterface $rootPackage) : \Generator
{
Expand Down

0 comments on commit bc58ba3

Please sign in to comment.