1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00
This commit is contained in:
Christophe Coevoet 2012-01-16 22:11:31 +01:00
parent 1fdb7aef56
commit bd1d20b2c9
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ interface RepositoryInterface extends \Countable
function findPackage($name, $version);
/**
* Searches for packages by it's name .
* Searches for packages by it's name.
*
* @param string $name package name
*