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 7415fd0 commit 141bceaCopy full SHA for 141bcea
src/RawCodeCoverageData.php
@@ -22,14 +22,14 @@ final class RawCodeCoverageData
22
*
23
* @see https://xdebug.org/docs/code_coverage for format
24
*/
25
- private $lineCoverage = [];
+ private $lineCoverage;
26
27
/**
28
* @var array
29
30
31
32
- private $functionCoverage = [];
+ private $functionCoverage;
33
34
public static function fromXdebugWithoutPathCoverage(array $rawCoverage): self
35
{
0 commit comments