Skip to content

Commit

Permalink
Clean up old comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe- committed Feb 3, 2025
1 parent d4e2ea2 commit 9c2d374
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/Parsers/JoinKeywords.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,6 @@ public static function parse(Parser $parser, TokensList $list, array $options =
$expr = new JoinKeyword();

/**
* TODO: OLD
* The state of the parser.
*
* Below are the states of the parser.
*
* 0 -----------------------[ JOIN ]----------------------> 1
*
* 1 -----------------------[ expr ]----------------------> 2
*
* 2 ------------------------[ ON ]-----------------------> 3
* 2 -----------------------[ USING ]---------------------> 4
*
* 3 --------------------[ conditions ]-------------------> 0
*
* 4 ----------------------[ columns ]--------------------> 0
*/
/**
* TODO: NEW
* The state of the parser.
*
* Below are the states of the parser.
Expand Down

0 comments on commit 9c2d374

Please sign in to comment.