Skip to content

Commit

Permalink
Fix another lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekn committed Dec 12, 2024
1 parent 8d913af commit 2361d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/sqlite/class-wp-sqlite-translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3725,7 +3725,7 @@ protected function get_column_definitions( $table_name, $columns ) {
*/
private function get_key_definitions( $table_name, $columns ) {
$key_length_limit = 100;
$key_definitions = array();
$key_definitions = array();

$pks = array();
foreach ( $columns as $column ) {
Expand Down

0 comments on commit 2361d4c

Please sign in to comment.