Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed Dec 2, 2022
1 parent 5423983 commit 6693421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ByIssueLevelAndTypeReportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testItGeneratesReport(): void
EXPECTED,$report->create());
EXPECTED, $report->create());
}

public function issueData(int $errorLevel, string $type): IssueData
Expand Down

0 comments on commit 6693421

Please sign in to comment.