Skip to content

Commit 073b2ff

Browse files
Do not define array shape as we cannot express the prefix for the array keys
1 parent bbede0f commit 073b2ff

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/CodeCoverage.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,6 @@ public function __construct(Driver $driver, Filter $filter)
7777
$this->data = new ProcessedCodeCoverageData;
7878
}
7979

80-
/**
81-
* @return array{
82-
* cacheDirectory: ?string,
83-
* checkForUnintentionallyCoveredCode: bool,
84-
* includeUncoveredFiles: bool,
85-
* ignoreDeprecatedCode: bool,
86-
* parentClassesExcludedFromUnintentionallyCoveredCodeCheck: list<class-string>,
87-
* filter: Filter,
88-
* data: ProcessedCodeCoverageData,
89-
* tests: array<string, TestType>
90-
* }
91-
*/
9280
public function __serialize(): array
9381
{
9482
$prefix = "\x00" . self::class . "\x00";

0 commit comments

Comments
 (0)