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

Commit 480188b

Browse files
committed
Make an optional parameter required
1 parent d51d2ee commit 480188b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-includes/sqlite-ast/class-wp-sqlite-driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3085,7 +3085,7 @@ private function translate_update_list_in_non_strict_mode( string $table_name, W
30853085
* @throws WP_SQLite_Driver_Exception When the table information is missing.
30863086
*/
30873087
private function get_sqlite_create_table_statement(
3088-
bool $table_is_temporary = false,
3088+
bool $table_is_temporary,
30893089
string $table_name,
30903090
?string $new_table_name = null
30913091
): array {

0 commit comments

Comments
 (0)