Skip to content

Commit ef02f64

Browse files
authored
Merge pull request #280 from jrfnl/feature/tests-fix-namespace
Tests: fix incorrect namespace
2 parents e774a02 + 2947095 commit ef02f64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/DocBlock/Tags/ExampleTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
declare(strict_types=1);
44

5-
namespace DocBlock\Tags;
5+
namespace phpDocumentor\Reflection\DocBlock\Tags;
66

77
use InvalidArgumentException;
8-
use phpDocumentor\Reflection\DocBlock\Tags\Example;
98
use PHPUnit\Framework\TestCase;
109

1110
/**

0 commit comments

Comments
 (0)