From b00ad974bea9ac6ac073d6a897b701c7f009a9a3 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Fri, 25 May 2018 18:19:16 +0900 Subject: [PATCH] fix phpdoc --- src/MethodInvocation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }