Skip to content

Commit 9d0d48b

Browse files
author
lakshmana
committed
ACP2E-1526 : Addressed CR comments
1 parent ebc078f commit 9d0d48b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Catalog/Model/Product/Gallery/GalleryManagement.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,24 @@ class GalleryManagement implements \Magento\Catalog\Api\ProductAttributeMediaGal
5555
/**
5656
* @var ImageContentInterfaceFactory
5757
*/
58-
protected $imageContentInterface;
58+
private $imageContentInterface;
5959

6060
/**
6161
* Filesystem facade
6262
*
6363
* @var Filesystem
6464
*/
65-
protected $filesystem;
65+
private $filesystem;
6666

6767
/**
6868
* @var Mime
6969
*/
70-
protected $mime;
70+
private $mime;
7171

7272
/**
7373
* @var File
7474
*/
75-
protected $file;
75+
private $file;
7676

7777
/**
7878
* @param ProductRepositoryInterface $productRepository

0 commit comments

Comments
 (0)