Skip to content

Commit f384b43

Browse files
committed
RuleTestCase - allow null tip
1 parent 9697760 commit f384b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/RuleTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private function getAnalyser(): Analyser
125125

126126
/**
127127
* @param string[] $files
128-
* @param list<array{0: string, 1: int, 2?: string}> $expectedErrors
128+
* @param list<array{0: string, 1: int, 2?: string|null}> $expectedErrors
129129
*/
130130
public function analyse(array $files, array $expectedErrors): void
131131
{

0 commit comments

Comments
 (0)