Skip to content

Commit 72ee1b6

Browse files
committed
MC-5926: Conflict of simultaneous write in Redis cache
- fix static
1 parent 44f174b commit 72ee1b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Isolation/DeploymentConfig.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ public function endTest(\PHPUnit\Framework\TestCase $test)
8787
* @param string $path
8888
* @return array
8989
*/
90-
private function filterIgnoredConfigValues(array $config, string $path = '') {
90+
private function filterIgnoredConfigValues(array $config, string $path = '')
91+
{
9192
foreach ($config as $configKeyName => $configValue) {
9293
$newPath = !empty($path) ? $path . '/' . $configKeyName : $configKeyName;
9394
if (is_array($configValue)) {

0 commit comments

Comments
 (0)