We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42419ff + f00c048 commit 36afb85Copy full SHA for 36afb85
Model/System/Config/Backend/Mapped.php
@@ -39,8 +39,8 @@ public function __construct(
39
ScopeConfigInterface $config,
40
TypeListInterface $cacheTypeList,
41
ModelMapped $translatableIntegrationMapped,
42
- AbstractResource $resource = null,
43
- AbstractDb $resourceCollection = null,
+ ?AbstractResource $resource = null,
+ ?AbstractDb $resourceCollection = null,
44
array $data = []
45
) {
46
$this->translatableIntegrationMapped = $translatableIntegrationMapped;
0 commit comments