diff --git a/src/DocBlock/Tags/Example.php b/src/DocBlock/Tags/Example.php index 9685bf4..baa437c 100644 --- a/src/DocBlock/Tags/Example.php +++ b/src/DocBlock/Tags/Example.php @@ -13,7 +13,6 @@ namespace phpDocumentor\Reflection\DocBlock\Tags; -use phpDocumentor\Reflection\DocBlock\Description; use phpDocumentor\Reflection\DocBlock\Tag; use Webmozart\Assert\Assert; diff --git a/src/DocBlock/Tags/Since.php b/src/DocBlock/Tags/Since.php index de714c5..5af7dc2 100644 --- a/src/DocBlock/Tags/Since.php +++ b/src/DocBlock/Tags/Since.php @@ -15,7 +15,6 @@ namespace phpDocumentor\Reflection\DocBlock\Tags; use phpDocumentor\Reflection\DocBlock\Description; use phpDocumentor\Reflection\DocBlock\DescriptionFactory; -use phpDocumentor\Reflection\DocBlock\Tag; use phpDocumentor\Reflection\Types\Context as TypeContext; use Webmozart\Assert\Assert;