Skip to content

Commit 218a72a

Browse files
committed
Remove historical comments
1 parent 5a38ae5 commit 218a72a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/Tokenizer.php

-3
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,6 @@ private function makeRegexFromList(array $values, bool $sorted = false): string
849849

850850
/**
851851
* Takes a SQL string and breaks it into tokens.
852-
* Each token is an associative array with type and value.
853852
*
854853
* @param string $string The SQL string
855854
*/
@@ -881,8 +880,6 @@ public function tokenize(string $string): Cursor
881880
* @param string $string The SQL string
882881
* @param string $upper The SQL string in upper case
883882
* @param Token|null $previous The result of the previous createNextToken() call
884-
*
885-
* @return Token An associative array containing the type and value of the token.
886883
*/
887884
private function createNextToken(string $string, string $upper, int $offset, Token|null $previous = null): Token
888885
{

0 commit comments

Comments
 (0)