We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814b33f commit c1d8a82Copy full SHA for c1d8a82
1 file changed
src/Model/ThemeList.php
@@ -5,6 +5,7 @@
5
namespace OpenForgeProject\MageForge\Model;
6
7
use Magento\Framework\View\Design\Theme\ThemeList as MagentoThemeList;
8
+use Magento\Framework\View\Design\ThemeInterface;
9
10
class ThemeList
11
{
@@ -21,7 +22,7 @@ public function __construct(
21
22
/**
23
* Get all themes
24
*
- * @return array<mixed>
25
+ * @return array<ThemeInterface>
26
*/
27
public function getAllThemes(): array
28
0 commit comments