Skip to content

Commit 0dcb74a

Browse files
committed
AC-3483:: SVC false-positive: modifying system.xml file from another module
1 parent 9c25010 commit 0dcb74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzer/SystemXml/Analyzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private function reportAddedNodesWithDuplicateCheck($afterFile, $addedNodes, $mo
126126
foreach ($addedNodes as $nodeId => $node) {
127127
$this->inspectObject($node);
128128

129-
print_r('Modules node before in reportAddedNodesWithDuplicateCheck method');
129+
print_r('Modulesfsdfsfdsf node before in reportAddedNodesWithDuplicateCheck method');
130130
print_r($moduleNodesBefore);
131131

132132
// Check for duplicates by comparing node content except for 'id'

0 commit comments

Comments
 (0)