From 992a62e337eff90308e88c67f5a807ab21ffe644 Mon Sep 17 00:00:00 2001
From: Ondrej Mirtes <ondrej@mirtes.cz>
Date: Mon, 14 Oct 2024 05:21:12 +0200
Subject: [PATCH] Fix after PHPStan update

---
 tests/Type/Doctrine/data/QueryResult/queryResult.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Type/Doctrine/data/QueryResult/queryResult.php b/tests/Type/Doctrine/data/QueryResult/queryResult.php
index de4cc5bf..54eef205 100644
--- a/tests/Type/Doctrine/data/QueryResult/queryResult.php
+++ b/tests/Type/Doctrine/data/QueryResult/queryResult.php
@@ -169,7 +169,7 @@ public function testReturnTypeOfQueryMethodsWithExplicitArrayHydrationMode(Entit
 		);
 
 		assertType(
-			'array',
+			'array<mixed>',
 			$query->getArrayResult()
 		);
 		assertType(