1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
orklah 2022-01-05 22:39:13 +01:00
parent e7bc6f273a
commit a6a0769402

View File

@ -1916,7 +1916,7 @@ class AssertAnnotationTest extends TestCase
$uniqueObjects[] = $object;
}
return array_values($uniqueObjects);
return $uniqueObjects;
}
}
',