Skip to content

Commit

Permalink
RuleTestCase - allow null tip
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 17, 2023
1 parent 9697760 commit f384b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testing/RuleTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private function getAnalyser(): Analyser

/**
* @param string[] $files
* @param list<array{0: string, 1: int, 2?: string}> $expectedErrors
* @param list<array{0: string, 1: int, 2?: string|null}> $expectedErrors
*/
public function analyse(array $files, array $expectedErrors): void
{
Expand Down

0 comments on commit f384b43

Please sign in to comment.