File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Eav/Model/Entity
dev/tests/integration/framework/Magento/TestFramework/Annotation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ abstract class AbstractEntity extends AbstractResource implements EntityInterfac
231
231
public function __construct (
232
232
Context $ context ,
233
233
$ data = [],
234
- ? UniqueValidationInterface $ uniqueValidator = null ,
235
- ? AttributeLoaderInterface $ attributeLoader = null
234
+ UniqueValidationInterface $ uniqueValidator = null ,
235
+ AttributeLoaderInterface $ attributeLoader = null
236
236
) {
237
237
$ this ->_eavConfig = $ context ->getEavConfig ();
238
238
$ this ->_resource = $ context ->getResource ();
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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.
5
5
*/
6
6
declare (strict_types=1 );
7
7
You can’t perform that action at this time.
0 commit comments