@@ -97,7 +97,7 @@ |
||
97 | 97 | /** |
98 | 98 | * Returns the variable's type or null if unknown. |
99 | 99 | * |
100 | - * @return Type|null |
|
100 | + * @return Type |
|
101 | 101 | */ |
102 | 102 | public function getType() |
103 | 103 | { |
@@ -97,7 +97,7 @@ |
||
97 | 97 | /** |
98 | 98 | * Returns the variable's type or null if unknown. |
99 | 99 | * |
100 | - * @return Type|null |
|
100 | + * @return Type |
|
101 | 101 | */ |
102 | 102 | public function getType() |
103 | 103 | { |
@@ -97,7 +97,7 @@ |
||
97 | 97 | /** |
98 | 98 | * Returns the variable's type or null if unknown. |
99 | 99 | * |
100 | - * @return Type|null |
|
100 | + * @return Type |
|
101 | 101 | */ |
102 | 102 | public function getType() |
103 | 103 | { |
@@ -43,6 +43,9 @@ |
||
43 | 43 | /** @var string The version vector. */ |
44 | 44 | private $version = ''; |
45 | 45 | |
46 | + /** |
|
47 | + * @param string $version |
|
48 | + */ |
|
46 | 49 | public function __construct($version = null, Description $description = null) |
47 | 50 | { |
48 | 51 | Assert::nullOrStringNotEmpty($version); |
@@ -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 | */ |