1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
This commit is contained in:
Matthew Brown 2020-12-29 16:52:59 +00:00
parent 7764a4ce6c
commit 2898e556e4

View File

@ -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) {