Эх сурвалжийг харах

Merge pull request #644 from krymen/installer_typo_fix

Fixed typo in the Installer
Jordi Boggiano 13 жил өмнө
parent
commit
4e24ab659f

+ 1 - 1
src/Composer/Installer.php

@@ -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;