Skip to content

Commit 8d1a6bd

Browse files
committed
Fixed SVC changes that were false-positive
1 parent 9072901 commit 8d1a6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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();

0 commit comments

Comments
 (0)