Skip to content

Commit

Permalink
fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed May 25, 2018
1 parent bcc5380 commit b00ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MethodInvocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface MethodInvocation extends Invocation
*
* <p>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;
}

0 comments on commit b00ad97

Please sign in to comment.