We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b62cc3 commit d2374c9Copy full SHA for d2374c9
src/Data/ProcessedFunctionCoverageData.php
@@ -9,6 +9,7 @@
9
*/
10
namespace SebastianBergmann\CodeCoverage\Data;
11
12
+use NoDiscard;
13
use SebastianBergmann\CodeCoverage\Driver\XdebugDriver;
14
15
/**
@@ -49,6 +50,7 @@ public function __construct(
49
50
) {
51
}
52
53
+ #[NoDiscard]
54
public function merge(self $data): self
55
{
56
$branches = null;
0 commit comments