mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Add tests for new tags
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user