|
@@ -41,14 +41,14 @@ interface WritableRepositoryInterface extends RepositoryInterface
|
|
|
public function removePackage(PackageInterface $package);
|
|
|
|
|
|
/**
|
|
|
- * Get unique packages, with aliases resolved and removed
|
|
|
+ * Get unique packages (at most one package of each name), with aliases resolved and removed.
|
|
|
*
|
|
|
* @return PackageInterface[]
|
|
|
*/
|
|
|
public function getCanonicalPackages();
|
|
|
|
|
|
/**
|
|
|
- * Forces a reload of all packages
|
|
|
+ * Forces a reload of all packages.
|
|
|
*/
|
|
|
public function reload();
|
|
|
}
|