@@ -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 | */ |
@@ -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); |
@@ -104,6 +104,10 @@ discard block |
||
104 | 104 | ); |
105 | 105 | } |
106 | 106 | |
107 | + /** |
|
108 | + * @param integer $tagName |
|
109 | + * @param string $handler |
|
110 | + */ |
|
107 | 111 | public function registerTagHandler($tagName, $handler) |
108 | 112 | { |
109 | 113 | $this->tagFactory->registerTagHandler($tagName, $handler); |
@@ -255,7 +259,7 @@ discard block |
||
255 | 259 | } |
256 | 260 | |
257 | 261 | /** |
258 | - * @param $tags |
|
262 | + * @param string $tags |
|
259 | 263 | * @return string |
260 | 264 | */ |
261 | 265 | private function filterTagBlock($tags) |
@@ -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 | { |
@@ -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 | { |