Transforms the names
Overrides BaseInstaller::inflectPackageVars
public function inflectPackageVars(array $vars) : array { if ($vars['type'] === 'shopware-theme') { return $this->correctThemeName($vars); } return $this->correctPluginName($vars); }