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
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 ();
Original file line number Diff line number Diff line change 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 */
66declare (strict_types=1 );
77
You can’t perform that action at this time.
0 commit comments