Skip to content

Commit 099b632

Browse files
committed
Merge remote-tracking branch 'SilinMykola/fix-class-annotation' into platform-health
2 parents 6b0bb95 + 8d1a6bd commit 099b632

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Eav/Model/Entity/AbstractEntity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ abstract class AbstractEntity extends AbstractResource implements EntityInterfac
231231
public function __construct(
232232
Context $context,
233233
$data = [],
234-
?UniqueValidationInterface $uniqueValidator = null,
235-
?AttributeLoaderInterface $attributeLoader = null
234+
UniqueValidationInterface $uniqueValidator = null,
235+
AttributeLoaderInterface $attributeLoader = null
236236
) {
237237
$this->_eavConfig = $context->getEavConfig();
238238
$this->_resource = $context->getResource();

dev/tests/integration/framework/Magento/TestFramework/Annotation/TestCaseAnnotation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* @author Atwix Team
4-
* @copyright Copyright (c) Atwix (https://www.atwix.com/)
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
66
declare(strict_types=1);
77

0 commit comments

Comments
 (0)