We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51761af commit 3574aabCopy full SHA for 3574aab
tests/unit/Types/ContextFactoryTest.php
@@ -13,7 +13,6 @@
13
namespace phpDocumentor\Reflection\Types {
14
15
// Added imports on purpose as mock for the unit tests, please do not remove.
16
- use \ReflectionClass;
17
use Mockery as m, phpDocumentor;
18
use phpDocumentor\Reflection\DocBlock;
19
use phpDocumentor\Reflection\DocBlock\Tag;
@@ -22,6 +21,7 @@
22
21
Assert,
23
Exception as e
24
};
+ use \ReflectionClass;
25
26
/**
27
* @coversDefaultClass \phpDocumentor\Reflection\Types\ContextFactory
0 commit comments