Skip to content

Commit 3574aab

Browse files
committed
move use statement to bottom
1 parent 51761af commit 3574aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Types/ContextFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
namespace phpDocumentor\Reflection\Types {
1414

1515
// Added imports on purpose as mock for the unit tests, please do not remove.
16-
use \ReflectionClass;
1716
use Mockery as m, phpDocumentor;
1817
use phpDocumentor\Reflection\DocBlock;
1918
use phpDocumentor\Reflection\DocBlock\Tag;
@@ -22,6 +21,7 @@
2221
Assert,
2322
Exception as e
2423
};
24+
use \ReflectionClass;
2525

2626
/**
2727
* @coversDefaultClass \phpDocumentor\Reflection\Types\ContextFactory

0 commit comments

Comments
 (0)