We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be750b commit a04c15cCopy full SHA for a04c15c
1 file changed
src/ApplicationTemplate/Magento2.php
@@ -58,7 +58,7 @@ private function initializeDefaultConfiguration(array $locales): void
58
* Set Magento themes and optionally allow split static deployment
59
*
60
* @param string[]|array<string, string> $themes Array of themes as ['vendor/theme', 'vendor/theme']
61
- * or as ['vendor/theme' => ['nl_NL en_US'], 'vendor/theme' => ['nl_NL en_US']]
+ * or as ['vendor/theme' => 'nl_NL en_US', 'vendor/theme' => 'nl_NL en_US']
62
* @param bool $allowSplitStaticDeployment
63
*/
64
public function setMagentoThemes(array $themes, bool $allowSplitStaticDeployment = true): void
0 commit comments