Skip to content

Commit b00ca69

Browse files
committed
Merge remote-tracking branch 'origin/ACP2E-4168' into PR_2025_09_08_muntianu
2 parents 191929a + f9ef880 commit b00ca69

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Application configuration object. Used to access configuration when application is installed.
4-
*
5-
* Copyright © Magento, Inc. All rights reserved.
6-
* See COPYING.txt for license details.
3+
* Copyright 2019 Adobe
4+
* All Rights Reserved.
75
*/
86
declare(strict_types=1);
97

@@ -17,7 +15,7 @@
1715
use Magento\Store\Model\ScopeInterface;
1816

1917
/**
20-
* @inheritdoc
18+
* Application configuration object. Used to access configuration when application is installed.
2119
*/
2220
class ApiMutableScopeConfig implements MutableScopeConfigInterface
2321
{
@@ -94,12 +92,12 @@ public function clean()
9492
* Persist config in database
9593
*
9694
* @param string $path
97-
* @param string $value
95+
* @param string|null $value
9896
* @param string $scopeType
9997
* @param string|null $scopeCode
10098
* @return void
10199
*/
102-
private function persistConfig(string $path, string $value, string $scopeType, ?string $scopeCode): void
100+
private function persistConfig(string $path, ?string $value, string $scopeType, ?string $scopeCode): void
103101
{
104102
$pathParts = explode('/', $path);
105103
$store = 0;

0 commit comments

Comments
 (0)