From 294709592f105febf27c6f8e3d326d89896a0e74 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 1 Aug 2021 03:52:47 +0200 Subject: [PATCH] Tests: fix incorrect namespace --- tests/unit/DocBlock/Tags/ExampleTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; /**