1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Code style fix

This commit is contained in:
Barney Laurance 2022-12-02 00:24:05 +00:00
parent 54239838fe
commit 6693421379

View File

@ -69,7 +69,7 @@ class ByIssueLevelAndTypeReportTest extends TestCase
EXPECTED,$report->create());
EXPECTED, $report->create());
}
public function issueData(int $errorLevel, string $type): IssueData