Skip to content

Commit

Permalink
docs: Tokens - fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 28, 2024
1 parent 32bd8ca commit 9855794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tokenizer/Tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Tokens extends \SplFixedArray
*
* When the token kind is present in this set it means that given token kind
* was ever seen inside the collection (but may not be part of it any longer).
* The key is token kind and the value is always true.
* The key is token kind and the value is the number of occurrences.
*
* @var array<int|string, int>
*/
Expand Down

0 comments on commit 9855794

Please sign in to comment.