Skip to content

Commit 694c324

Browse files
authored
Merge pull request #59 from getjohn/bug/58-magento_themes-syntax
#58 fix syntax in comment for setMagentoThemes
2 parents 7abbb53 + a04c15c commit 694c324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApplicationTemplate/Magento2.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ private function initializeDefaultConfiguration(array $locales): void
5757
/**
5858
* Set Magento themes and optionally allow split static deployment
5959
*
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']]
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']
6262
* @param bool $allowSplitStaticDeployment
6363
*/
6464
public function setMagentoThemes(array $themes, bool $allowSplitStaticDeployment = true): void

0 commit comments

Comments
 (0)