Skip to content

Commit dcb00da

Browse files
authored
chore: update type in SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases (#8481)
1 parent bb0a630 commit dcb00da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixer/LanguageConstruct/SingleSpaceAroundConstructFixerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ public function testFixWithElseIf(string $expected, ?string $input = null): void
12181218
}
12191219

12201220
/**
1221-
* @return iterable<array{string, string}>
1221+
* @return iterable<array{0: string, 1?: string}>
12221222
*/
12231223
public static function provideFixWithElseIfCases(): iterable
12241224
{

0 commit comments

Comments
 (0)