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

Commit a31f20a

Browse files
Merge pull request #57 from loveOSS/mickaelandrieu-patch-2
Fixed PHPDoc
2 parents b9bb28b + 15670e6 commit a31f20a

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)