mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
fix test
This commit is contained in:
parent
7e2b9d0fab
commit
72216f9354
@ -1938,9 +1938,10 @@ class AssertAnnotationTest extends TestCase
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user