mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix test
This commit is contained in:
parent
7764a4ce6c
commit
2898e556e4
@ -3935,7 +3935,7 @@ class ClassTemplateExtendsTest extends TestCase
|
||||
/** @template T of A */
|
||||
abstract class ATestCase {
|
||||
/** @var T */
|
||||
protected Mock $foo;
|
||||
protected $foo;
|
||||
|
||||
/** @param T $foo */
|
||||
public function __construct(A $foo) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user