X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fcomposer%2Finstallers%2Fsrc%2FComposer%2FInstallers%2FShopwareInstaller.php;fp=vendor%2Fcomposer%2Finstallers%2Fsrc%2FComposer%2FInstallers%2FShopwareInstaller.php;h=7d20d27a2284f5545cd846211602651e6e67caf7;hp=d0193cba3f825661fce61fc89d23dc7f7ccd10ba;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php b/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php index d0193cba3..7d20d27a2 100644 --- a/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php +++ b/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php @@ -25,9 +25,9 @@ class ShopwareInstaller extends BaseInstaller { if ($vars['type'] === 'shopware-theme') { return $this->correctThemeName($vars); - } else { - return $this->correctPluginName($vars); } + + return $this->correctPluginName($vars); } /**