From a29f65ecfe659da4412f42092985099b398f5ba7 Mon Sep 17 00:00:00 2001 From: Barney Laurance Date: Fri, 2 Dec 2022 00:24:44 +0000 Subject: [PATCH] Fix too lax function visibility in test --- tests/ByIssueLevelAndTypeReportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ByIssueLevelAndTypeReportTest.php b/tests/ByIssueLevelAndTypeReportTest.php index 023aa9936d8..671e63f4419 100644 --- a/tests/ByIssueLevelAndTypeReportTest.php +++ b/tests/ByIssueLevelAndTypeReportTest.php @@ -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',