Skip to content

Commit 061a97d

Browse files
committed
AC-665: Create phpcs static check for ConfigTest
1 parent 4c2abf6 commit 061a97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Legacy/ObsoleteConfigNodesSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ private function getFormattedXML(File $phpcsFile)
9191
private function getObsoleteNodes(): array
9292
{
9393
$obsoleteNodes = include __DIR__ . '/_files/obsolete_config_nodes.php';
94-
return array_merge($obsoleteNodes, include __DIR__ . '/_files/obsolete_config_nodes_ee.php');
94+
return array_merge($obsoleteNodes, include __DIR__ . '/_files/obsolete_config_nodes_ee.php');
9595
}
9696
}

0 commit comments

Comments
 (0)