Skip to content

Commit d2374c9

Browse files
staabmsebastianbergmann
authored andcommitted
Update ProcessedFunctionCoverageData.php
1 parent 6b62cc3 commit d2374c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Data/ProcessedFunctionCoverageData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010
namespace SebastianBergmann\CodeCoverage\Data;
1111

12+
use NoDiscard;
1213
use SebastianBergmann\CodeCoverage\Driver\XdebugDriver;
1314

1415
/**
@@ -49,6 +50,7 @@ public function __construct(
4950
) {
5051
}
5152

53+
#[NoDiscard]
5254
public function merge(self $data): self
5355
{
5456
$branches = null;

0 commit comments

Comments
 (0)