From 9855794c4756484f6ce60e7f95dde5f1e8124b5f Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sat, 28 Dec 2024 01:54:25 +0100 Subject: [PATCH] docs: Tokens - fix docs --- src/Tokenizer/Tokens.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tokenizer/Tokens.php b/src/Tokenizer/Tokens.php index 2b640bf9c3a..4fcec25982d 100644 --- a/src/Tokenizer/Tokens.php +++ b/src/Tokenizer/Tokens.php @@ -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 */