Skip to content

Commit a65e221

Browse files
committed
Mark TypeStatement is optional in TypedTag
1 parent 46d862c commit a65e221

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tag/TypedTag.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
/**
1010
* Requires a `type-lang/parser` dependency for {@see TypeStatement} support.
11+
*
12+
* @psalm-suppress UndefinedClass : Expects optional `type-lang/parser` dependency `type-lang/parser`.
1113
*/
1214
abstract class TypedTag extends Tag
1315
{

0 commit comments

Comments
 (0)