Skip to content

Commit 71de197

Browse files
committed
Make an optional parameter required
1 parent 0387361 commit 71de197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)