Skip to content

Commit 8e95a04

Browse files
authored
Fix static errors
1 parent 36dd055 commit 8e95a04

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Product/Image/ParamsBuilderTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,19 @@ class ParamsBuilderTest extends TestCase
4444
*/
4545
private $scopeConfigData = [];
4646

47+
/**
48+
* @var DesignInterface
49+
*/
4750
private $design;
4851

52+
/**
53+
* @var FlyweightFactory
54+
*/
4955
private $themeFactory;
5056

57+
/**
58+
* @var ThemeInterface
59+
*/
5160
private $theme;
5261

5362
/**

0 commit comments

Comments
 (0)