@@ -12,8 +12,6 @@ |
||
12 | 12 | |
13 | 13 | namespace phpDocumentor\Reflection\DocBlock\Tags; |
14 | 14 | |
15 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
16 | - |
|
17 | 15 | /** |
18 | 16 | * Reflection class for a {@}example tag in a Docblock. |
19 | 17 | */ |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace My\Example; |
4 | 4 | |
5 | -use Mockery as m; |
|
6 | 5 | use phpDocumentor\Reflection\Types; |
7 | 6 | |
8 | 7 | class Classy |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Prophecy\Comparator; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use Prophecy\Prophet; |
8 | 7 | |
9 | 8 | class ProphecyComparatorSpec extends ObjectBehavior |