Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed May 3, 2021
1 parent 2994b0b commit 0506a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DocBlock/Annotation.php
Expand Up @@ -171,7 +171,7 @@ public function getTag()
/**
* @return TypeExpression
*
* @internal until 2.19
* @internal
*/
public function getTypeExpression()
{
Expand All @@ -181,7 +181,7 @@ public function getTypeExpression()
/**
* @return null|string
*
* @internal until 2.19
* @internal
*/
public function getVariableName()
{
Expand Down

0 comments on commit 0506a52

Please sign in to comment.