diff --git a/tests/AssertAnnotationTest.php b/tests/AssertAnnotationTest.php index 6c6d6334aa1..09fed59b365 100644 --- a/tests/AssertAnnotationTest.php +++ b/tests/AssertAnnotationTest.php @@ -1938,9 +1938,10 @@ function test(): void /** * @template T * @param T $expected + * @param mixed $actual * @psalm-assert =T $actual */ - public function assertSame(mixed $expected, mixed $actual): void + public function assertSame($expected, $actual): void { return; }