1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00
This commit is contained in:
Matthew Brown 2020-12-29 16:52:59 +00:00 committed by Daniil Gentili
parent 3322ffb3f0
commit 7142c53f18
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

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