From a6a0769402c88c6963a871f01a8380c009ef40b7 Mon Sep 17 00:00:00 2001 From: orklah Date: Wed, 5 Jan 2022 22:39:13 +0100 Subject: [PATCH] fix test --- tests/AssertAnnotationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AssertAnnotationTest.php b/tests/AssertAnnotationTest.php index 5e311c37414..92f47dfa3a2 100644 --- a/tests/AssertAnnotationTest.php +++ b/tests/AssertAnnotationTest.php @@ -1916,7 +1916,7 @@ private function uniquateObjects(array $objects) : array $uniqueObjects[] = $object; } - return array_values($uniqueObjects); + return $uniqueObjects; } } ',