Skip to content

Commit

Permalink
Use tags instead of combined_tags
Browse files Browse the repository at this point in the history
`combined_tags` appear to contain only known tags
  • Loading branch information
weirdan committed Aug 24, 2020
1 parent 206ca87 commit 55c3629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hooks/TestCaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ private static function getParsedComment(Doc $comment): array
* @psalm-suppress InvalidPropertyFetch
* @var array<string,array<int,string>>
*/
$specials = $parsed_docblock->combined_tags;
$specials = $parsed_docblock->tags;

return [
'description' => $description,
Expand Down

0 comments on commit 55c3629

Please sign in to comment.