Skip to content

Commit

Permalink
fixed a codesniffer's issue
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Dec 29, 2024
1 parent ff94d27 commit d2ffaed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CodeCoverage/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
public array $files;

/**
* @param array<string, array<int, int>> $data Raw code coverage data created by {@see ICodeCoverageEngine::collect()}
* @see ICodeCoverageEngine::collect()
* @param array<string, array<int, int>> $data Raw code coverage data
*/
public function __construct(array $data)
{
Expand Down

0 comments on commit d2ffaed

Please sign in to comment.