@@ -51,7 +51,6 @@ |
||
| 51 | 51 | * interface is passed as alias then every time that interface is requested the provided service will be returned. |
| 52 | 52 | * |
| 53 | 53 | * @param object $service |
| 54 | - * @param string $alias |
|
| 55 | 54 | * |
| 56 | 55 | * @return void |
| 57 | 56 | */ |
@@ -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,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 | */ |
@@ -110,7 +110,7 @@ |
||
| 110 | 110 | /** |
| 111 | 111 | * Returns the variable's type or null if unknown. |
| 112 | 112 | * |
| 113 | - * @return Type|null |
|
| 113 | + * @return Type |
|
| 114 | 114 | */ |
| 115 | 115 | public function getType() |
| 116 | 116 | { |
@@ -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); |
@@ -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 | { |