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

Commit 4f889bf

Browse files
committed
Make an optional parameter required
1 parent 87c0556 commit 4f889bf

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
@@ -3072,7 +3072,7 @@ private function translate_update_list_in_non_strict_mode( string $table_name, W
30723072
* @throws WP_SQLite_Driver_Exception When the table information is missing.
30733073
*/
30743074
private function get_sqlite_create_table_statement(
3075-
bool $table_is_temporary = false,
3075+
bool $table_is_temporary,
30763076
string $table_name,
30773077
?string $new_table_name = null
30783078
): array {

0 commit comments

Comments
 (0)