1
0
Fork 0

Merge pull request #3752 from felixkiss/patch-1

Update RootPackageInterface.php
pull/3677/merge
Jordi Boggiano 2015-02-17 10:50:55 +00:00
commit fb562ceb65
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace Composer\Package;
interface RootPackageInterface extends CompletePackageInterface interface RootPackageInterface extends CompletePackageInterface
{ {
/** /**
* Returns a set of package names and theirs aliases * Returns a set of package names and their aliases
* *
* @return array * @return array
*/ */