1
0
Fork 0

Update RootPackageInterface.php

Fix typo
pull/3752/head
Felix Kiss 2015-02-17 01:20:56 +01:00
parent 781d8cb925
commit b86f9bf4ba
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
*/ */