File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77use Laravel \Prompts \SelectPrompt ;
88use Magento \Framework \Console \Cli ;
99use OpenForgeProject \MageForge \Service \ThemeSuggester ;
10+ use OpenForgeProject \MageForge \Model \ThemeList ;
1011use Symfony \Component \Console \Command \Command ;
1112use Symfony \Component \Console \Input \InputInterface ;
1213use Symfony \Component \Console \Output \OutputInterface ;
@@ -482,13 +483,13 @@ private function removeSecureEnvironmentValue(string $name): void
482483 /**
483484 * Resolve wildcard theme codes (e.g., Vendor/* to all underlying vendor themes)
484485 *
485- * @param string[] $themeCodes
486- * @param \OpenForgeProject\MageForge\Model\ ThemeList $themeList
487- * @return string[]
486+ * @param array< string> $themeCodes
487+ * @param ThemeList $themeList
488+ * @return array< string>
488489 */
489490 protected function resolveWildcardThemes (
490491 array $ themeCodes ,
491- \ OpenForgeProject \ MageForge \ Model \ ThemeList $ themeList
492+ ThemeList $ themeList
492493 ): array {
493494 $ resolved = [];
494495 $ availableThemes = null ;
You can’t perform that action at this time.
0 commit comments