Tests: fix incorrect namespace

This commit is contained in:
jrfnl
2021-08-01 04:33:44 +02:00
parent 8719cc12e2
commit 294709592f
+1 -2
View File
@@ -2,10 +2,9 @@
declare(strict_types=1); declare(strict_types=1);
namespace DocBlock\Tags; namespace phpDocumentor\Reflection\DocBlock\Tags;
use InvalidArgumentException; use InvalidArgumentException;
use phpDocumentor\Reflection\DocBlock\Tags\Example;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
/** /**