Merge pull request #280 from jrfnl/feature/tests-fix-namespace

Tests: fix incorrect namespace
This commit is contained in:
Jaap van Otterdijk
2021-08-01 22:17:39 +02:00
committed by GitHub
+1 -2
View File
@@ -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;
/**