@@ -312,6 +312,9 @@ |
||
312 | 312 | return new ReflectionExtension($extName); |
313 | 313 | } |
314 | 314 | |
315 | + /** |
|
316 | + * @return string |
|
317 | + */ |
|
315 | 318 | public function getExtensionName() |
316 | 319 | { |
317 | 320 | if (!$this->classLikeNode) { |
@@ -106,6 +106,9 @@ discard block |
||
106 | 106 | return new ReflectionExtension($extName); |
107 | 107 | } |
108 | 108 | |
109 | + /** |
|
110 | + * @return string |
|
111 | + */ |
|
109 | 112 | public function getExtensionName() |
110 | 113 | { |
111 | 114 | if (!$this->functionLikeNode) { |
@@ -223,7 +226,7 @@ discard block |
||
223 | 226 | /** |
224 | 227 | * Gets the specified return type of a function |
225 | 228 | * |
226 | - * @return \ReflectionType |
|
229 | + * @return null|ReflectionType |
|
227 | 230 | * |
228 | 231 | * @link http://php.net/manual/en/reflectionfunctionabstract.getreturntype.php |
229 | 232 | */ |
@@ -222,7 +222,7 @@ discard block |
||
222 | 222 | |
223 | 223 | /** |
224 | 224 | * {@inheritDoc} |
225 | - * @return Go\ParserReflection\ReflectionClass|null The class of the method that declared the parameter, if any. |
|
225 | + * @return \ReflectionClass|null The class of the method that declared the parameter, if any. |
|
226 | 226 | */ |
227 | 227 | public function getDeclaringClass() |
228 | 228 | { |
@@ -235,7 +235,7 @@ discard block |
||
235 | 235 | |
236 | 236 | /** |
237 | 237 | * {@inheritDoc} |
238 | - * @return Go\ParserReflection\ReflectionFunction the function that declared the parameter |
|
238 | + * @return \ReflectionFunctionAbstract the function that declared the parameter |
|
239 | 239 | */ |
240 | 240 | public function getDeclaringFunction() |
241 | 241 | { |