@@ -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 | { |