Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 15670e6

Browse files
Fixed PHPDoc
1 parent b9bb28b commit 15670e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/Monitoring/Report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
interface Report
99
{
1010
/**
11-
* @var ReportEntry the report entry
11+
* @param ReportEntry $reportEntry the report entry
1212
*/
1313
public function add(ReportEntry $reportEntry): self;
1414

0 commit comments

Comments
 (0)