Skip to content

Commit

Permalink
fix(lexer): Fix typo in TokenizedAnnotation breaking psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen authored Sep 9, 2024
1 parent 4e0bc8b commit 75278e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Parser/Lexer/TokenizedAnnotation.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class TokenizedAnnotation
public function __construct(
/** @var non-empty-string */
private string $name,
/** @var non-empty-list<string>> */
/** @var non-empty-list<string> */
private array $tokens,
) {}

Expand Down

0 comments on commit 75278e2

Please sign in to comment.