Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit eba8ab5

Browse files
committed
Fix PHP 7.2 compatibility
1 parent c072254 commit eba8ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ private function parse_create_table() {
10201020
WP_SQLite_Token::FLAG_KEYWORD_DATA_TYPE
10211021
) && ! $current_token->matches(
10221022
WP_SQLite_Token::TYPE_KEYWORD,
1023-
WP_SQLite_Token::FLAG_KEYWORD_RESERVED,
1023+
WP_SQLite_Token::FLAG_KEYWORD_RESERVED
10241024
)
10251025
) {
10261026
$result->fields[] = $this->parse_mysql_create_table_field();

0 commit comments

Comments
 (0)