Skip to content

Commit b37f80c

Browse files
committed
test: removed @api; now covered by tests
1 parent dca2c5c commit b37f80c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Report/Report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function getTotalWarningLevelViolationCount(): int
171171
));
172172
}
173173

174-
/** @api not implemented */
174+
// not implemented
175175
public function getTotalInfoLevelViolationCount(): int
176176
{
177177
return array_sum(array_map(

0 commit comments

Comments
 (0)