Skip to content

Commit 992a62e

Browse files
committed
Fix after PHPStan update
1 parent b129887 commit 992a62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Doctrine/data/QueryResult/queryResult.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function testReturnTypeOfQueryMethodsWithExplicitArrayHydrationMode(Entit
169169
);
170170

171171
assertType(
172-
'array',
172+
'array<mixed>',
173173
$query->getArrayResult()
174174
);
175175
assertType(

0 commit comments

Comments
 (0)