Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 5, 2022
1 parent 7e2b9d0 commit 72216f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/AssertAnnotationTest.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit 72216f9

Please sign in to comment.