Skip to content

Commit

Permalink
Fix method signature in SOLID documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Solomonic authored Oct 16, 2024
2 parents e1fcb7c + 26871ee commit 078888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/backend/SOLID.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface ReportFormatter

class HtmlReportFormatter implements ReportFormatter
{
public function format()
public function format(Report $report)
{
$output = '';
// ...
Expand Down

0 comments on commit 078888e

Please sign in to comment.