1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Fixed typos

This commit is contained in:
Pascal Borreli 2012-10-24 23:14:04 +00:00
parent f3bfeb3608
commit 5eead93250
12 changed files with 16 additions and 16 deletions

View file

@ -41,7 +41,7 @@ class Event
* Constructor.
*
* @param string $name The event name
* @param Composer $composer The composer objet
* @param Composer $composer The composer object
* @param IOInterface $io The IOInterface object
*/
public function __construct($name, Composer $composer, IOInterface $io)