Skip to content

Commit c37d625

Browse files
ENGCOM-7906: ScopeConfigInterface can be more than a string #29305
- Merge Pull Request #29305 from fooman/magento2:patch-4 - Merged commits: 1. 8bb3b5e 2. 4cc85f3
2 parents b817af4 + 4cc85f3 commit c37d625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ protected function _getConfigValue($configPath, $scopeCode = null)
6969
* @param string $configPath
7070
* @param string $scopeType
7171
* @param string|null $scopeCode
72-
* @return string|null
72+
* @return mixed|null
7373
*/
74-
protected function getScopeConfigValue(string $configPath, string $scopeType, string $scopeCode = null): ?string
74+
protected function getScopeConfigValue(string $configPath, string $scopeType, string $scopeCode = null)
7575
{
7676
$result = null;
7777
if ($scopeCode !== false) {

0 commit comments

Comments
 (0)