Skip to content

Commit 30794d6

Browse files
committed
Remove historical comments
1 parent e1e39d8 commit 30794d6

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
@@ -792,7 +792,6 @@ public function __construct()
792792

793793
/**
794794
* Takes a SQL string and breaks it into tokens.
795-
* Each token is an associative array with type and value.
796795
*
797796
* @param string $string The SQL string
798797
*/
@@ -823,8 +822,6 @@ public function tokenize(string $string): Cursor
823822
*
824823
* @param string $string The SQL string
825824
* @param Token|null $previous The result of the previous createNextToken() call
826-
*
827-
* @return Token An associative array containing the type and value of the token.
828825
*/
829826
private function createNextToken(string $string, Token|null $previous = null): Token
830827
{

0 commit comments

Comments
 (0)