Skip to content

Commit 078888e

Browse files
authored
Fix method signature in SOLID documentation
2 parents e1fcb7c + 26871ee commit 078888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/backend/SOLID.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ interface ReportFormatter
5454

5555
class HtmlReportFormatter implements ReportFormatter
5656
{
57-
public function format()
57+
public function format(Report $report)
5858
{
5959
$output = '';
6060
// ...

0 commit comments

Comments
 (0)