Skip to content

Commit 148a5cb

Browse files
Remove superfluous type annotation
1 parent 95c1bc4 commit 148a5cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Report/Clover.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ public function process(CodeCoverage $coverage, ?string $target = null, ?string
5959
continue;
6060
}
6161

62-
/* @var File $item */
63-
6462
$xmlFile = $xmlDocument->createElement('file');
6563
$xmlFile->setAttribute('name', $item->pathAsString());
6664

0 commit comments

Comments
 (0)