Skip to content

Commit a04c15c

Browse files
committed
#58 actually use the right syntax - thanks @tdgroot
1 parent 2be750b commit a04c15c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ApplicationTemplate/Magento2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private function initializeDefaultConfiguration(array $locales): void
5858
* Set Magento themes and optionally allow split static deployment
5959
*
6060
* @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']]
61+
* or as ['vendor/theme' => 'nl_NL en_US', 'vendor/theme' => 'nl_NL en_US']
6262
* @param bool $allowSplitStaticDeployment
6363
*/
6464
public function setMagentoThemes(array $themes, bool $allowSplitStaticDeployment = true): void

0 commit comments

Comments
 (0)