Skip to content

Commit a8dbf21

Browse files
committed
copy/paste error
1 parent 203f0e8 commit a8dbf21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wp-includes/sqlite/class-wp-sqlite-token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is a port of the Lexer class from the PHPMyAdmin/sql-parser library.
3+
* This file is a port of the Token class from the PHPMyAdmin/sql-parser library.
44
*
55
* @package wp-sqlite-integration
66
* @see https://github.com/phpmyadmin/sql-parser

wp-includes/sqlite/class-wp-sqlite-tokens-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is a port of the Tokens class from the PHPMyAdmin/sql-parser library.
3+
* This file is a port of the TokensList class from the PHPMyAdmin/sql-parser library.
44
*
55
* @package wp-sqlite-integration
66
* @see https://github.com/phpmyadmin/sql-parser

0 commit comments

Comments
 (0)