Skip to content

Commit 7fc65c0

Browse files
committed
ACP2E-3504: address CR comments
1 parent 830aa65 commit 7fc65c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/ViewModel/UploadResizeConfigValueTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99

1010
use Magento\ConfigurableProduct\ViewModel\UploadResizeConfigValue;
1111
use Magento\Backend\Model\Image\UploadResizeConfigInterface;
12+
use PHPUnit\Framework\MockObject\MockObject;
1213
use PHPUnit\Framework\TestCase;
1314

1415
class UploadResizeConfigValueTest extends TestCase
1516
{
1617
/**
17-
* @var UploadResizeConfigInterface|\PHPUnit\Framework\MockObject\MockObject
18+
* @var UploadResizeConfigInterface|MockObject
1819
*/
1920
private $uploadResizeConfigMock;
2021

app/code/Magento/ConfigurableProduct/ViewModel/UploadResizeConfigValue.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
namespace Magento\ConfigurableProduct\ViewModel;
99

1010
use Magento\Backend\Model\Image\UploadResizeConfigInterface;
11+
use Magento\Framework\View\Element\Block\ArgumentInterface;
1112

1213
/**
1314
* Get configuration values for frontend image uploader.
1415
*/
15-
class UploadResizeConfigValue implements \Magento\Framework\View\Element\Block\ArgumentInterface
16+
class UploadResizeConfigValue implements ArgumentInterface
1617
{
1718
/**
1819
* @var UploadResizeConfigInterface

0 commit comments

Comments
 (0)