Skip to content

Commit 2b16c36

Browse files
committed
AC-3483:: SVC false-positive: modifying system.xml file from another module
1 parent 15dd156 commit 2b16c36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Analyzer/SystemXml/Analyzer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,9 @@ private function reportAddedNodes(string $file, array $nodes)
309309
*
310310
* @param string $file
311311
* @param NodeInterface[] $nodes
312+
* @return void
312313
*/
313-
private function reportDuplicateNodes(string $file, array $nodes)
314+
private function reportDuplicateNodes(string $file, array $nodes): void
314315
{
315316
foreach ($nodes as $node) {
316317
switch (true) {

0 commit comments

Comments
 (0)