comparison vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
23 */ 23 */
24 public function inflectPackageVars($vars) 24 public function inflectPackageVars($vars)
25 { 25 {
26 if ($vars['type'] === 'shopware-theme') { 26 if ($vars['type'] === 'shopware-theme') {
27 return $this->correctThemeName($vars); 27 return $this->correctThemeName($vars);
28 } else {
29 return $this->correctPluginName($vars);
30 } 28 }
29
30 return $this->correctPluginName($vars);
31 } 31 }
32 32
33 /** 33 /**
34 * Changes the name to a camelcased combination of vendor and name 34 * Changes the name to a camelcased combination of vendor and name
35 * @param array $vars 35 * @param array $vars