Skip to content

Commit 848a7ff

Browse files
Fix the count of statements
1 parent 8edc6e1 commit 848a7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lib/IO/MetricsFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public static function getMethodMetrics(DOMXPath $xpath, DOMNode $fileNode): arr
116116
}
117117

118118
/**
119+
* @param DOMNodeList<DOMNode>|false $statementNodes
119120
* @return int[]
120121
*/
121122
private static function getCoveredStatements(DOMNodeList|false $statementNodes): array

0 commit comments

Comments
 (0)