diff --git a/tests/unit/DocBlock/Tags/ExampleTest.php b/tests/unit/DocBlock/Tags/ExampleTest.php index 3bf7aa0..0145f5d 100644 --- a/tests/unit/DocBlock/Tags/ExampleTest.php +++ b/tests/unit/DocBlock/Tags/ExampleTest.php @@ -2,10 +2,9 @@ declare(strict_types=1); -namespace DocBlock\Tags; +namespace phpDocumentor\Reflection\DocBlock\Tags; use InvalidArgumentException; -use phpDocumentor\Reflection\DocBlock\Tags\Example; use PHPUnit\Framework\TestCase; /**