Skip to content

Commit 6f700f8

Browse files
committed
Fix build
1 parent 04482af commit 6f700f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function test(Type $expectedType, string $dql, ?string $expectedException
229229
}
230230

231231
/**
232-
* @return iterable<string,array{Type,string,2?:string}>
232+
* @return iterable<string,array{Type,string,2?:string|null}>
233233
*/
234234
public function getTestData(): iterable
235235
{

0 commit comments

Comments
 (0)