We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1fcb7c + 26871ee commit 078888eCopy full SHA for 078888e
library/backend/SOLID.md
@@ -54,7 +54,7 @@ interface ReportFormatter
54
55
class HtmlReportFormatter implements ReportFormatter
56
{
57
- public function format()
+ public function format(Report $report)
58
59
$output = '';
60
// ...
0 commit comments