Add tests for new tags

This commit is contained in:
Jaapio
2024-11-04 22:26:31 +01:00
parent fcb5c3df23
commit 54e10d44fc
7 changed files with 191 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ use phpDocumentor\Reflection\Type;
/**
* Reflection class for a {@}template tag in a Docblock.
*/
final class Template extends TagWithType
final class Template extends BaseTag
{
/** @var non-empty-string */
private string $templateName;