Skip to content

Commit

Permalink
Fix too lax function visibility in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed Dec 2, 2022
1 parent 6693421 commit a29f65e
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 @@ -72,7 +72,7 @@ public function testItGeneratesReport(): void
EXPECTED, $report->create());
}

public function issueData(int $errorLevel, string $type): IssueData
private function issueData(int $errorLevel, string $type): IssueData
{
return new IssueData(
'error',
Expand Down

0 comments on commit a29f65e

Please sign in to comment.