Skip to content

Commit

Permalink
Fix @return on StaticDoctrineAnnotationParser::resolveAnnotationValue…
Browse files Browse the repository at this point in the history
…() (#2558)
  • Loading branch information
samsonasik committed Jun 23, 2022
1 parent 005ca33 commit 2907687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function resolveAnnotationMethodCall(BetterTokenIterator $tokenIterator):

/**
* @see https://github.com/doctrine/annotations/blob/c66f06b7c83e9a2a7523351a9d5a4b55f885e574/lib/Doctrine/Common/Annotations/DocParser.php#L1215-L1224
* @return array<mixed>
* @return CurlyListNode|string|array<mixed>|ConstExprNode|DoctrineAnnotationTagValueNode
*/
public function resolveAnnotationValue(
BetterTokenIterator $tokenIterator
Expand Down

0 comments on commit 2907687

Please sign in to comment.