From 6693421379c09d8c8e0d1621d926c08b70973bd6 Mon Sep 17 00:00:00 2001 From: Barney Laurance Date: Fri, 2 Dec 2022 00:24:05 +0000 Subject: [PATCH] Code style fix --- tests/ByIssueLevelAndTypeReportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ByIssueLevelAndTypeReportTest.php b/tests/ByIssueLevelAndTypeReportTest.php index 88a7feec2..023aa9936 100644 --- a/tests/ByIssueLevelAndTypeReportTest.php +++ b/tests/ByIssueLevelAndTypeReportTest.php @@ -69,7 +69,7 @@ class ByIssueLevelAndTypeReportTest extends TestCase - EXPECTED,$report->create()); + EXPECTED, $report->create()); } public function issueData(int $errorLevel, string $type): IssueData