Skip to content

Commit 8d5373d

Browse files
committed
AC-7422:Incompatible issues fix for PHP8.2
1 parent 55b9381 commit 8d5373d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/code/Magento/CatalogSampleData/Model/Product/Gallery.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ class Gallery
5151
*/
5252
private $metadataPool;
5353

54+
/**
55+
* @var GalleryResource
56+
*/
57+
protected $galleryResource;
58+
5459
/**
5560
* @param SampleDataContext $sampleDataContext
5661
* @param ProductFactory $productFactory

app/code/Magento/CmsSampleData/Model/Block/Converter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ class Converter
4545
*/
4646
protected $productCollectionFactory;
4747

48+
/**
49+
* @var \Magento\Eav\Model\Config
50+
*/
51+
protected $eavConfig;
52+
4853
/**
4954
* @param \Magento\Catalog\Model\ResourceModel\Category\CollectionFactory $categoryFactory
5055
* @param \Magento\Eav\Model\Config $eavConfig

0 commit comments

Comments
 (0)