Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Dec 13, 2021
1 parent abf050b commit 21528d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/AssertAnnotationTest.php
Expand Up @@ -1675,9 +1675,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 21528d0

Please sign in to comment.