We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e39d8 commit 30794d6Copy full SHA for 30794d6
src/Tokenizer.php
@@ -792,7 +792,6 @@ public function __construct()
792
793
/**
794
* Takes a SQL string and breaks it into tokens.
795
- * Each token is an associative array with type and value.
796
*
797
* @param string $string The SQL string
798
*/
@@ -823,8 +822,6 @@ public function tokenize(string $string): Cursor
823
822
824
825
* @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.
828
829
private function createNextToken(string $string, Token|null $previous = null): Token
830
{
0 commit comments