@@ -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 | */ |
@@ -12,11 +12,6 @@ |
||
12 | 12 | |
13 | 13 | namespace phpDocumentor\Reflection; |
14 | 14 | |
15 | -use phpDocumentor\Reflection\DocBlock\Description; |
|
16 | -use phpDocumentor\Reflection\DocBlock\StandardTagFactory; |
|
17 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
18 | -use phpDocumentor\Reflection\DocBlock\Tags\See; |
|
19 | - |
|
20 | 15 | /** |
21 | 16 | * @coversNothing |
22 | 17 | */ |
@@ -12,11 +12,6 @@ |
||
12 | 12 | |
13 | 13 | namespace phpDocumentor\Reflection; |
14 | 14 | |
15 | -use phpDocumentor\Reflection\DocBlock\Description; |
|
16 | -use phpDocumentor\Reflection\DocBlock\StandardTagFactory; |
|
17 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
18 | -use phpDocumentor\Reflection\DocBlock\Tags\See; |
|
19 | - |
|
20 | 15 | /** |
21 | 16 | * @coversNothing |
22 | 17 | */ |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | namespace phpDocumentor\Reflection\DocBlock; |
14 | 14 | |
15 | -use Mockery as m; |
|
16 | 15 | use phpDocumentor\Reflection\DocBlock; |
17 | 16 | |
18 | 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 |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | |
69 | 69 | else { |
70 | 70 | throw new InvalidArgumentException( |
71 | - 'Template file could not be loaded.' |
|
71 | + 'Template file could not be loaded.' |
|
72 | 72 | ); |
73 | 73 | } |
74 | 74 | } |
@@ -120,14 +120,14 @@ discard block |
||
120 | 120 | $error = error_get_last(); |
121 | 121 | |
122 | 122 | throw new RuntimeException( |
123 | - sprintf( |
|
123 | + sprintf( |
|
124 | 124 | 'Could not write to %s: %s', |
125 | 125 | $target, |
126 | 126 | substr( |
127 | - $error['message'], |
|
128 | - strpos($error['message'], ':') + 2 |
|
127 | + $error['message'], |
|
128 | + strpos($error['message'], ':') + 2 |
|
129 | + ) |
|
129 | 130 | ) |
130 | - ) |
|
131 | 131 | ); |
132 | 132 | } |
133 | 133 | } |
@@ -56,10 +56,10 @@ |
||
56 | 56 | } |
57 | 57 | |
58 | 58 | /** |
59 | - * Gets the link |
|
60 | - * |
|
61 | - * @return string |
|
62 | - */ |
|
59 | + * Gets the link |
|
60 | + * |
|
61 | + * @return string |
|
62 | + */ |
|
63 | 63 | public function getLink() |
64 | 64 | { |
65 | 65 | return $this->link; |