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 e5232e0 commit f1899b4Copy full SHA for f1899b4
app/code/core/Mage/Core/Helper/EnvironmentConfigLoader.php
@@ -134,8 +134,7 @@ public function hasPath(string $wantedPath): bool
134
break;
135
}
136
137
- $hasConfig = array_key_exists($wantedPath, $config);
138
- return $hasConfig;
+ return array_key_exists($wantedPath, $config);
139
140
141
public function getAsArray(string $wantedScope): array
0 commit comments