Ver Fonte

Update RootPackageInterface.php

Fix typo
Felix Kiss há 10 anos atrás
pai
commit
b86f9bf4ba
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Composer/Package/RootPackageInterface.php

+ 1 - 1
src/Composer/Package/RootPackageInterface.php

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