From 590984a3863a10eec6c21e15ae7db64b44d7ccc2 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 11 Jul 2024 11:43:16 +0200 Subject: [PATCH] Last fix --- tests/PHPStanTests/TypeInferenceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPStanTests/TypeInferenceTest.php b/tests/PHPStanTests/TypeInferenceTest.php index ed5be84..504c9b3 100644 --- a/tests/PHPStanTests/TypeInferenceTest.php +++ b/tests/PHPStanTests/TypeInferenceTest.php @@ -16,7 +16,7 @@ class TypeInferenceTest extends TypeInferenceTestCase { /** - * @return mixed + * @return iterable */ public function dataFileAsserts(): iterable {