diff --git a/src/MethodInvocation.php b/src/MethodInvocation.php index 9649a84b..220dc8d8 100644 --- a/src/MethodInvocation.php +++ b/src/MethodInvocation.php @@ -25,7 +25,7 @@ interface MethodInvocation extends Invocation * *
This method is a friendly implementation of the {@link * Joinpoint#getStaticPart()} method (same result). * - * @return \ReflectionMethod|ReflectionMethod method being called + * @return ReflectionMethod method being called */ public function getMethod() : ReflectionMethod; }