Skip to content

Commit b42dfb0

Browse files
author
Oleksandr Dubovyk
committed
MC-19013: Scheduled update is not created by the admin from not default site
- added strict type
1 parent d1be9d9 commit b42dfb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/Product/Hydrator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Catalog\Model\Product;
79

810
use Magento\Framework\EntityManager\HydratorInterface;

0 commit comments

Comments
 (0)