Skip to content

Commit

Permalink
Merge pull request #45 from magento-gl/Hammer_Regression_Php82_suppor…
Browse files Browse the repository at this point in the history
…t_09jan22

AC-7422:Incompatible issues fix for PHP8.2
  • Loading branch information
sidolov authored Jan 11, 2023
2 parents 55b9381 + 8d5373d commit 42885eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/CatalogSampleData/Model/Product/Gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ class Gallery
*/
private $metadataPool;

/**
* @var GalleryResource
*/
protected $galleryResource;

/**
* @param SampleDataContext $sampleDataContext
* @param ProductFactory $productFactory
Expand Down
5 changes: 5 additions & 0 deletions app/code/Magento/CmsSampleData/Model/Block/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ class Converter
*/
protected $productCollectionFactory;

/**
* @var \Magento\Eav\Model\Config
*/
protected $eavConfig;

/**
* @param \Magento\Catalog\Model\ResourceModel\Category\CollectionFactory $categoryFactory
* @param \Magento\Eav\Model\Config $eavConfig
Expand Down

0 comments on commit 42885eb

Please sign in to comment.