Skip to content

Commit 2e55574

Browse files
committed
MAGETWO-70915: decouple product view gallery images config from Gallery Block #3401
- Coding Style fixes
1 parent 8ea7294 commit 2e55574

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ImagesConfigFactory implements ImagesConfigFactoryInterface
1313
/**
1414
* @var CollectionFactory
1515
*/
16-
protected $dataCollectionFactory;
16+
private $dataCollectionFactory;
1717

1818
/**
1919
* @param CollectionFactory $dataCollectionFactory

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ interface ImagesConfigFactoryInterface
1212
*
1313
* @param array $imagesConfig
1414
* @param array $data
15-
*
1615
* @return \Magento\Framework\Data\Collection
1716
*/
1817
public function create(array $imagesConfig, array $data = []);

0 commit comments

Comments
 (0)