1
0
Fork 0

Merge pull request #644 from krymen/installer_typo_fix

Fixed typo in the Installer
pull/639/merge
Jordi Boggiano 2012-05-01 04:49:59 -07:00
commit 4e24ab659f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class Installer
* @param EventDispatcher $eventDispatcher
* @param AutoloadGenerator $autoloadGenerator
*/
public function __construct(IOInterface $io, PackageInterface $package, DownloadManager $downloadManager, RepositoryManager $repositoryManager, Locker $locker, InstallationManager $installationManager, EventDispatcher $eventDispatcher, autoloadGenerator $autoloadGenerator)
public function __construct(IOInterface $io, PackageInterface $package, DownloadManager $downloadManager, RepositoryManager $repositoryManager, Locker $locker, InstallationManager $installationManager, EventDispatcher $eventDispatcher, AutoloadGenerator $autoloadGenerator)
{
$this->io = $io;
$this->package = $package;