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 86b5bc0 commit 7415171Copy full SHA for 7415171
app/code/Magento/Config/Model/Config.php
@@ -340,6 +340,7 @@ private function getChangedPaths(
340
* @param \Magento\Framework\DB\Transaction $deleteTransaction
341
* @return void
342
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
343
+ * @SuppressWarnings(PHPMD.NPathComplexity)
344
*/
345
protected function _processGroup(
346
$groupId,
0 commit comments