Skip to content

Commit e099ce0

Browse files
committed
AC-13306::Adobe Commerce 2.4.8 core code is compatible with PHP 8.4
1 parent 3e9a372 commit e099ce0

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product

1 file changed

+1
-3
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Builder.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ public function __construct(
7777
$this->logger = $logger;
7878
$this->registry = $registry;
7979
$this->wysiwygConfig = $wysiwygConfig;
80-
// phpcs:disable
8180
$this->storeFactory = $storeFactory ?: \Magento\Framework\App\ObjectManager::getInstance()
82-
->get(\Magento\Store\Model\StoreFactory::class);
83-
// phpcs:enable
81+
->get(StoreFactory::class);
8482
$this->productRepository = $productRepository ?: \Magento\Framework\App\ObjectManager::getInstance()
8583
->get(ProductRepositoryInterface::class);
8684
}

0 commit comments

Comments
 (0)