Skip to content

Commit

Permalink
misc: fix typo in property type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Sep 16, 2024
1 parent f3e8c1e commit b9c6add
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 b9c6add

Please sign in to comment.