Completed
Pull Request — master (#82)
by Loren
02:11
created
src/ReflectionParameter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.