mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Fix test
This commit is contained in:
parent
3322ffb3f0
commit
7142c53f18
@ -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…
Reference in New Issue
Block a user