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.
1 parent 44f174b commit 72ee1b6Copy full SHA for 72ee1b6
dev/tests/integration/framework/Magento/TestFramework/Isolation/DeploymentConfig.php
@@ -87,7 +87,8 @@ public function endTest(\PHPUnit\Framework\TestCase $test)
87
* @param string $path
88
* @return array
89
*/
90
- private function filterIgnoredConfigValues(array $config, string $path = '') {
+ private function filterIgnoredConfigValues(array $config, string $path = '')
91
+ {
92
foreach ($config as $configKeyName => $configValue) {
93
$newPath = !empty($path) ? $path . '/' . $configKeyName : $configKeyName;
94
if (is_array($configValue)) {
0 commit comments