Skip to content

Commit c1d8a82

Browse files
committed
fix: update return type for getAllThemes method
1 parent 814b33f commit c1d8a82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Model/ThemeList.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace OpenForgeProject\MageForge\Model;
66

77
use Magento\Framework\View\Design\Theme\ThemeList as MagentoThemeList;
8+
use Magento\Framework\View\Design\ThemeInterface;
89

910
class ThemeList
1011
{
@@ -21,7 +22,7 @@ public function __construct(
2122
/**
2223
* Get all themes
2324
*
24-
* @return array<mixed>
25+
* @return array<ThemeInterface>
2526
*/
2627
public function getAllThemes(): array
2728
{

0 commit comments

Comments
 (0)