/**
  * init the Installer
  *
  * @param MagentoInstallerAbstract $installer
  * @param DeployManager            $deployManager
  *
  * @return MagentoInstallerAbstract
  */
 private function initMagentoInstaller(MagentoInstallerAbstract $installer, DeployManager $deployManager)
 {
     $installer->setDeployManager($deployManager);
     return $installer;
 }