Skip to content

Commit 36afb85

Browse files
authored
Merge pull request #8 from ivanhrytsaim/13311-Magento248-Php84-Compatibility
13311-Magento248-Php84-Compatibility
2 parents 42419ff + f00c048 commit 36afb85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Model/System/Config/Backend/Mapped.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public function __construct(
3939
ScopeConfigInterface $config,
4040
TypeListInterface $cacheTypeList,
4141
ModelMapped $translatableIntegrationMapped,
42-
AbstractResource $resource = null,
43-
AbstractDb $resourceCollection = null,
42+
?AbstractResource $resource = null,
43+
?AbstractDb $resourceCollection = null,
4444
array $data = []
4545
) {
4646
$this->translatableIntegrationMapped = $translatableIntegrationMapped;

0 commit comments

Comments
 (0)